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.

作者 brett.cannon
收信人 brett.cannon
日期 2012-12-09.18:39:53
SpamBayes Score -1.0
Marked as misclassified
Message-id <1355078393.91.0.564166411172.issue16651@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2012-12-09 18:39:53brett.cannon修改recipients: + brett.cannon
2012-12-09 18:39:53brett.cannon修改messageid: <1355078393.91.0.564166411172.issue16651@psf.upfronthosting.co.za>
2012-12-09 18:39:53brett.cannon链接issue16651 messages
2012-12-09 18:39:53brett.cannon创建