➜

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
收信人 Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
日期 2012-12-10.16:25:33
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1355156733.45.0.252827101243.issue16651@psf.upfronthosting.co.za>
In-reply-to
内容
No, sqlite does not belong on this list as it wraps a C library. Plus there is an explicit block for ctypes-based modules in the stdlib which would prevent moving over the PyPy implementation.

And I'm sure pure Python versions of all the crypto libraries are out there, but I would be worried about them being implemented wrong, too slow to care, etc. Plus short of PyPy all of the other VMs have access to those crypto libraries in their own standard library so there is no need to provide it in Python's in pure Python.
历史
日期 用户 动作 参数
2012-12-10 16:25:33brett.cannon修改recipients: + brett.cannon, amaury.forgeotdarc, christian.heimes, Arfrever, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 16:25:33brett.cannon修改messageid: <1355156733.45.0.252827101243.issue16651@psf.upfronthosting.co.za>
2012-12-10 16:25:33brett.cannon链接issue16651 messages
2012-12-10 16:25:33brett.cannon创建