Dan O'Reilly added the comment:

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.

----------
Added file: http://bugs.python.org/file36352/map_chunksize_docs_update.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11271>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to