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 vstinner
Recipients amaury.forgeotdarc, benjamin.peterson, vstinner
Date 2008-12-12.18:44:19
SpamBayes Score 0.00045837928
Marked as misclassified No
Message-id <1229107461.72.0.591582876492.issue4016@psf.upfronthosting.co.za>
In-reply-to
Content
It was easy to remove the itertools dependency: only itertools.chain() 
was really used and a simple "for ...: yield" is enough to get the 
same behaviour (test_tokenize.py runs fine). With the new version of 
the patch, the bootstrap works correctly.
History
Date User Action Args
2008-12-12 18:44:22vstinnersetrecipients: + vstinner, amaury.forgeotdarc, benjamin.peterson
2008-12-12 18:44:21vstinnersetmessageid: <1229107461.72.0.591582876492.issue4016@psf.upfronthosting.co.za>
2008-12-12 18:44:21vstinnerlinkissue4016 messages
2008-12-12 18:44:21vstinnercreate