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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, daniel.urban, rhettinger
Date 2011-07-14.20:44:14
SpamBayes Score 0.009524044
Marked as misclassified No
Message-id <1310676254.83.0.816506062922.issue12559@psf.upfronthosting.co.za>
In-reply-to
Content
There remains a difference between open() and gzip.open():
open(filename, 'r', encoding=None) is a text file (with a default encoding), gzip.open() with the same arguments returns a binary file.

Don't know how to fix this though.
History
Date User Action Args
2011-07-14 20:44:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, daniel.urban
2011-07-14 20:44:14amaury.forgeotdarcsetmessageid: <1310676254.83.0.816506062922.issue12559@psf.upfronthosting.co.za>
2011-07-14 20:44:14amaury.forgeotdarclinkissue12559 messages
2011-07-14 20:44:14amaury.forgeotdarccreate