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 alex, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
Date 2012-12-10.14:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355149587.17.0.345874753405.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
So expat doesn't count as that literally wraps the expat library. Random also requires accessing the system randomization libraries to work properly so I don't think that is a candidate either. As for the compression libraries, those could be re-implemented, but I view those as wrappers around the libraries (same as the crypto stuff). I mean it doesn't have to be that way, but I'm trying to keep this framed in a tractable problem to start.

So to summarize the non-contentious modules (including adding functools) in alphabetical order, that puts us at:

array
audioop
binascii
cjkcodecs
csv
functools
itertools
re
struct

I would be curious to see what frequency these modules are used to know what might be higher priority so that the least used modules could eventually be marked as CPython-specific.

And to answer Chris' question, there is no need to be able to generate this from the docs until there is some PEP listing what modules must be implemented by a VM in order to considers its stdlib complete.

And thanks for the help so far, everyone!
History
Date User Action Args
2012-12-10 14:26:27brett.cannonsetrecipients: + brett.cannon, christian.heimes, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 14:26:27brett.cannonsetmessageid: <1355149587.17.0.345874753405.issue16651@psf.upfronthosting.co.za>
2012-12-10 14:26:27brett.cannonlinkissue16651 messages
2012-12-10 14:26:26brett.cannoncreate