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 Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
Date 2012-12-10.16:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355156733.45.0.252827101243.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-10 16:25:33brett.cannonsetrecipients: + brett.cannon, amaury.forgeotdarc, christian.heimes, Arfrever, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 16:25:33brett.cannonsetmessageid: <1355156733.45.0.252827101243.issue16651@psf.upfronthosting.co.za>
2012-12-10 16:25:33brett.cannonlinkissue16651 messages
2012-12-10 16:25:33brett.cannoncreate