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 rhettinger
Recipients ezio.melotti, josh.r, jstasiak, python-dev, rhettinger, serhiy.storchaka, techtonik, terry.reedy
Date 2014-04-02.20:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396471822.18.0.594612014292.issue17862@psf.upfronthosting.co.za>
In-reply-to
Content
Nothing new is happening in this thread, so I'm closing it for the reasons  listed in the other posts.  

The main issue is that the generic concept of "break data into chunks" tends to occur is situations where the iterator protocol would be at odds with a clean solution.  A reshape() method on lists would be much better suited to the task.
History
Date User Action Args
2014-04-02 20:50:22rhettingersetrecipients: + rhettinger, terry.reedy, techtonik, ezio.melotti, python-dev, serhiy.storchaka, jstasiak, josh.r
2014-04-02 20:50:22rhettingersetmessageid: <1396471822.18.0.594612014292.issue17862@psf.upfronthosting.co.za>
2014-04-02 20:50:22rhettingerlinkissue17862 messages
2014-04-02 20:50:21rhettingercreate