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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, vstinner
Date 2008-12-12.02:01:55
SpamBayes Score 0.00050889264
Marked as misclassified No
Message-id <1229047315.99.0.751213271911.issue4016@psf.upfronthosting.co.za>
In-reply-to
Content
I had to revert this because tokenize imports itertools. This is a
problem when building (setup.py) because itertools doesn't exist, yet. I
also think we should consider hard adding more modules that are loaded
at startup time to py3k already huge list.
History
Date User Action Args
2008-12-12 02:01:56benjamin.petersonsetrecipients: + benjamin.peterson, amaury.forgeotdarc, vstinner
2008-12-12 02:01:55benjamin.petersonsetmessageid: <1229047315.99.0.751213271911.issue4016@psf.upfronthosting.co.za>
2008-12-12 02:01:55benjamin.petersonlinkissue4016 messages
2008-12-12 02:01:55benjamin.petersoncreate