[Python-Dev] itertools.chunks(iterable, size, fill=None) (original) (raw)
anatoly techtonik techtonik at gmail.com
Tue Jun 26 10:03:06 CEST 2012
- Previous message: [Python-Dev] Failed issue tracker submission
- Next message: [Python-Dev] cpython: Added tag v3.3.0b1 for changeset e15c554cd43e
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Failed issue tracker submission
- Next message: [Python-Dev] cpython: Added tag v3.3.0b1 for changeset e15c554cd43e
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]