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, josh.r, neologix, pitrou, sbt, tbrink
Date 2014-08-12.00:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407802757.71.0.311495904392.issue11271@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of small updates based on comments from Charles-François Natali:

* Use itertools.chain.from_iterable to "yield from" the result chunks instead of a for loop.

* Add more tests with varying chunksizes.
History
Date User Action Args
2014-08-12 00:19:25dan.oreillysetrecipients: + dan.oreilly, bquinlan, pitrou, neologix, tbrink, sbt, josh.r
2014-08-12 00:19:17dan.oreillysetmessageid: <1407802757.71.0.311495904392.issue11271@psf.upfronthosting.co.za>
2014-08-12 00:19:17dan.oreillylinkissue11271 messages
2014-08-12 00:19:17dan.oreillycreate