26 Jun
2012
26 Jun
'12
5:42 a.m.
On 26 June 2012 07:34, Tal Einat <taleinat@gmail.com> wrote:
On Tue, Jun 26, 2012 at 11:03 AM, anatoly techtonik <techtonik@gmail.com> wrote:
itertools.chunks(iterable, size, fill=None)
What about
tertools.chunks(iterable, size=None, separator=None, fill=None) Requiring at leas one of size or separator to be set? This would also work for "for x in text.split('\n')" case. js -><-