Re: a few extensions for the itertools

2006-11-19 Thread Carl Banks
Paul McGuire wrote: > "Mathias Panzenboeck" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >I wrote a few functions which IMHO are missing in python(s itertools). > > > > You can download them here: > > http://sourceforge.net/project/showfiles.php?group_id=165721&package_id=212104

Re: a few extensions for the itertools

2006-11-19 Thread Steven D'Aprano
On Sun, 19 Nov 2006 21:35:24 +0100, Mathias Panzenboeck wrote: > I wrote a few functions which IMHO are missing in python(s itertools). > > You can download them here: > http://sourceforge.net/project/showfiles.php?group_id=165721&package_id=212104 > > A short description to all the functions: >

Re: a few extensions for the itertools

2006-11-19 Thread Paul McGuire
"Mathias Panzenboeck" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I wrote a few functions which IMHO are missing in python(s itertools). > > You can download them here: > http://sourceforge.net/project/showfiles.php?group_id=165721&package_id=212104 > > A short description to all

a few extensions for the itertools

2006-11-19 Thread Mathias Panzenboeck
I wrote a few functions which IMHO are missing in python(s itertools). You can download them here: http://sourceforge.net/project/showfiles.php?group_id=165721&package_id=212104 A short description to all the functions: icmp(iterable1, iterable2) -> integer Return negative if iterable1 <