Issue1335017

classification
Title: itertools module (replaces C extension in CPython)
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, fwierzbicki, scoder
Priority: low Keywords: patch

Created on 2005-10-22.18:26:23 by scoder, last changed 2007-12-02.22:23:41 by cgroves.

Messages
msg2463 (view) Author: Stefan Behnel (scoder) Date: 2005-10-22.18:26:23
I originally submitted this as a bug report, but I
guess it will be easier to find here.

I found that the current CVS version of Jython misses
the itertools package (which CPython implements in C),
so I grabbed the descriptive implementation from the
CPython 2.4.2 documentation and put it into a module.
It does not completely work, but it rather seems to
trigger bugs in Jython than in the module (I filed a
bug report on that, too). The module misses the
implementation of 'tee()', which isn't complete in the
docs (but which was only added in 2.4, so there
shouldn'd be much code that relies on it). Anyway, an
incomplete module is better than none.
msg2464 (view) Author: Stefan Behnel (scoder) Date: 2005-10-22.18:29:00
Logged In: YES 
user_id=313935

changed title
msg2465 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-05-24.17:31:28
Logged In: YES 
user_id=193969

This could be re-visited when we get closer to a 2.4 version
of Jython.  Perhaps it could even find its way into 2.3, but
will not be in 2.2
msg2466 (view) Author: Charlie Groves (cgroves) Date: 2007-12-02.22:23:41
We've already picked up an itertools implementation.
History
Date User Action Args
2005-10-22 18:26:23scodercreate