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 BreamoreBoy, florianfesti, georg.brandl, karld, lucas_malor, nils, pitrou, rharris
Date 2010-09-23.16:24:48
SpamBayes Score 0.00045584035
Marked as misclassified No
Message-id <1285259090.64.0.700701519487.issue1675951@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you very much! I have kept the second approach (use PaddedFile at all times), since it is more regular and minimizes the probability for borderline cases.
As for the supposed performance slowdown, it doesn't seem significant. On large blocks of data, I expect that compression/decompression cost will be overwhelming anyway.
I've added a test case and committed the patch in r84976. Don't hesitate to contribute again.
History
Date User Action Args
2010-09-23 16:24:50pitrousetrecipients: + pitrou, georg.brandl, lucas_malor, florianfesti, rharris, karld, nils, BreamoreBoy
2010-09-23 16:24:50pitrousetmessageid: <1285259090.64.0.700701519487.issue1675951@psf.upfronthosting.co.za>
2010-09-23 16:24:49pitroulinkissue1675951 messages
2010-09-23 16:24:48pitroucreate