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 brett.cannon
Recipients brett.cannon
Date 2012-12-09.18:39:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355078393.91.0.564166411172.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
I'm wondering which modules in the stdlib lack pure Python implementations (and could legitimately have one, e.g. sqlite can't really have a pure Python implementation). Once we know how big/small the list is a decision could be made as to whether to take on the effort to bring over some pure Python version from another VM or something for any of these modules.

To start the list:

csv
itertools
History
Date User Action Args
2012-12-09 18:39:53brett.cannonsetrecipients: + brett.cannon
2012-12-09 18:39:53brett.cannonsetmessageid: <1355078393.91.0.564166411172.issue16651@psf.upfronthosting.co.za>
2012-12-09 18:39:53brett.cannonlinkissue16651 messages
2012-12-09 18:39:53brett.cannoncreate