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 loewis
Recipients christian.heimes, lemburg, loewis
Date 2008-12-08.21:56:14
SpamBayes Score 2.4469642e-09
Marked as misclassified No
Message-id <1228773376.57.0.219872456916.issue4555@psf.upfronthosting.co.za>
In-reply-to
Content
I guess you *could* change the name of extensions that become builtin
modules. However, I think it is not worth the trouble, especially since
PEP 3121 solves the problem for good, for Python 3.

I propose to simply filter out init[_a-z]+ from the set of "bad" symbols.

That leaves us with asdl_*_seq_new, and _add_one_to_index_; the latter
is already reported as issue3101.
History
Date User Action Args
2008-12-08 21:56:16loewissetrecipients: + loewis, lemburg, christian.heimes
2008-12-08 21:56:16loewissetmessageid: <1228773376.57.0.219872456916.issue4555@psf.upfronthosting.co.za>
2008-12-08 21:56:15loewislinkissue4555 messages
2008-12-08 21:56:15loewiscreate