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
收信人 alex, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
日期 2012-12-10.14:26:26
SpamBayes Score -1.0
Marked as misclassified
Message-id <1355149587.17.0.345874753405.issue16651@psf.upfronthosting.co.za>
In-reply-to
内容
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!
历史
日期 用户 动作 参数
2012-12-10 14:26:27brett.cannon修改recipients: + brett.cannon, christian.heimes, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 14:26:27brett.cannon修改messageid: <1355149587.17.0.345874753405.issue16651@psf.upfronthosting.co.za>
2012-12-10 14:26:27brett.cannon链接issue16651 messages
2012-12-10 14:26:26brett.cannon创建