This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2002-03-28.14:53:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It doesn't make sense that the gzip module should
try to open a file in text mode.  The attached
patch forces a 'b' into the file open mode if it
wasn't given.  I also modified the test slightly to
try and tickle this code, but I can't test it very
effectively, because I don't do Windows... :-)
History
Date User Action Args
2007-08-23 15:11:53adminlinkissue536278 messages
2007-08-23 15:11:53admincreate