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 dan.oreilly
Recipients bquinlan, dan.oreilly, pitrou, sbt, tbrink
Date 2014-07-31.23:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406847711.15.0.0209034492275.issue11271@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached an updated patch based on your review comments; there's now a unit test with a non-default chunksize, the chunking algorithm is more readable, and the same code path is used no matter what chunksize is provided.

I've also updated the test script to match the implementation changes.
History
Date User Action Args
2014-07-31 23:01:51dan.oreillysetrecipients: + dan.oreilly, bquinlan, pitrou, tbrink, sbt
2014-07-31 23:01:51dan.oreillysetmessageid: <1406847711.15.0.0209034492275.issue11271@psf.upfronthosting.co.za>
2014-07-31 23:01:51dan.oreillylinkissue11271 messages
2014-07-31 23:01:51dan.oreillycreate