Bugs item #1333889, was opened at 2005-10-21 08:37
Message generated for change (Comment added) made by fwierzbicki
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1333889&group_id=12867
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Stefan Behnel (scoder)
Assigned to: Nobody/Anonymous (nobody)
Summary: itertools module missing (C extension in CPython)
Initial Comment:
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. I
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). I couldn't run the CPython
test suite on it because of problems with Jython
startup and the CPython 2.4 stdlib (site.py doesn't
load correctly), so I can't be sure everything works.
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).
----------------------------------------------------------------------
>Comment By: Frank Wierzbicki (fwierzbicki)
Date: 2006-05-14 03:15
Message:
Logged In: YES
user_id=193969
bug also submitted as a patch. Closing.
----------------------------------------------------------------------
Comment By: Stefan Behnel (scoder)
Date: 2005-10-22 18:27
Message:
Logged In: YES
user_id=313935
Resubmitted this in the patch section. Sorry for double
submission.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1333889&group_id=12867
|