[Python-Dev] itertools.chunks(iterable, size, fill=None)

anatoly techtonik techtonik at gmail.com
Tue Jun 26 10:03:06 CEST 2012


Now that Python 3 is all about iterators (which is a user killer
feature for Python according to StackOverflow -
http://stackoverflow.com/questions/tagged/python) would it be nice to
introduce more first class functions to work with them? One function
to be exact to split string into chunks.

    itertools.chunks(iterable, size, fill=None)

Which is the 33th most voted Python question on SO -
http://stackoverflow.com/questions/312443/how-do-you-split-a-list-into-evenly-sized-chunks-in-python/312464

P.S. CC'ing to python-dev@ to notify about the thread in python-ideas.


More information about the Python-Dev mailing list