Vizcayno: thanks for your feedback, and Giorgi: thanks for your
contributions.
I've taken a look at the iGL-statres branch, and in general I
like what I see. However, I have a couple questions:
- Which problem does this solve? Vizcayno's IE7 issues?
- Otherwise, what is the value over simply returning an open
file object? Is it the chance to close the file? Is there a
performance benefit? A benefit in configuring chunk_size?
Just trying to clarify my understanding here.
chad
P.S. Also Giorgi, a couple minor issues:
- yes: def foo(self):
no: def foo( self ):
- limit lines to 80 chars
- mode.debdev catches both debugging and development modes (the
difference is whether one wants *interactive* debugging, a la
pdb.post_mortem or paste.evalexception). See:
http://zetadev.com/software/lib537/1.0a1/doc/html/module-mode.html