[issue10392] GZipFile crash when fileobj.mode is None

R. David Murray report at bugs.python.org
Sat Nov 13 04:24:27 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Why do you consider this a bug in GZipFile rather than a bug in Django?  GZipFile is already careful to consider mode only when it is defined as an attribute.  It seems to me that if it is defined, it should be meaningful.

----------
nosy: +pitrou, r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> pending
type: crash -> behavior
versions:  -Python 2.5, Python 2.6, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10392>
_______________________________________


More information about the Python-bugs-list mailing list