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 serhiy.storchaka
Recipients Laurent.Gautier, gkcn, nadeem.vawda, r.david.murray, serhiy.storchaka
Date 2013-08-25.15:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377444486.97.0.893389585275.issue18323@psf.upfronthosting.co.za>
In-reply-to
Content
We can add in readline() the check that GzipFile is opened in read mode. However it will slowdown readline(). See alse issue18003.

Note that the original example is not correct. zlib.compress() doesn't produce legal Gzip file.
History
Date User Action Args
2013-08-25 15:28:07serhiy.storchakasetrecipients: + serhiy.storchaka, nadeem.vawda, r.david.murray, Laurent.Gautier, gkcn
2013-08-25 15:28:06serhiy.storchakasetmessageid: <1377444486.97.0.893389585275.issue18323@psf.upfronthosting.co.za>
2013-08-25 15:28:06serhiy.storchakalinkissue18323 messages
2013-08-25 15:28:06serhiy.storchakacreate