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

2012年9月02日 04:42:12 -0700

On Sat, Sep 1, 2012 at 5:42 PM, Miki Tebeka <[email protected]> wrote:
> See the "grouper" example in http://docs.python.org/library/itertools.html 
As was discussed before, the problem is visibility of the solution,
not the implementation. If we can divide core Python API into levels
where 0 is the less important and 10 is more, then `chunks` should be
level above than it is now.
--
anatoly t.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to