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 pitrou
Recipients florianfesti, georg.brandl, karld, lucas_malor, nils, pitrou, rharris
Date 2010-06-17.10:49:11
SpamBayes Score 0.024872687
Marked as misclassified No
Message-id <1276771753.81.0.668105032361.issue1675951@psf.upfronthosting.co.za>
In-reply-to
Content
The patch could only be applied to 3.2 (2.7 is frozen now). But the gzip code has changed quite a bit and I would advocate creating a new patch if you are interested.
Do notice that performance should also be much better in 3.2, and it is possible to wrap a gzip object in a io.BufferedReader object so as to reach even better performance.
History
Date User Action Args
2010-06-17 10:49:13pitrousetrecipients: + pitrou, georg.brandl, lucas_malor, florianfesti, rharris, karld, nils
2010-06-17 10:49:13pitrousetmessageid: <1276771753.81.0.668105032361.issue1675951@psf.upfronthosting.co.za>
2010-06-17 10:49:12pitroulinkissue1675951 messages
2010-06-17 10:49:11pitroucreate