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 vstinner
Recipients Mariatta, aeros, asvetlov, barry, dankreso, grzgrzgrz3, iritkatriel, jacksonriley, nanjekyejoannah, orsenthil, vstinner, yselivanov
Date 2021-11-12.13:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636723311.0.0.0906818387844.issue28533@roundup.psfhosted.org>
In-reply-to
Content
> There is an option: keep removed modules but replace each module content
> with 'raise ImportError("Please use <XXX> instead")' stub.
> The actual module removal can be postponed for years until most internet resources reflect this fact.

That prevents someone to provide asyncore for Python 3.11 under the same name, "asyncore". The stdlib module has the priority over the third-party module.
History
Date User Action Args
2021-11-12 13:21:51vstinnersetrecipients: + vstinner, barry, orsenthil, asvetlov, yselivanov, grzgrzgrz3, Mariatta, nanjekyejoannah, aeros, jacksonriley, dankreso, iritkatriel
2021-11-12 13:21:50vstinnersetmessageid: <1636723311.0.0.0906818387844.issue28533@roundup.psfhosted.org>
2021-11-12 13:21:50vstinnerlinkissue28533 messages
2021-11-12 13:21:50vstinnercreate