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 brett.cannon
Date 2021-03-21.02:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616293725.61.0.902191866837.issue42137@roundup.psfhosted.org>
In-reply-to
Content
Thinking about it more, raising ImportWarning (or DeprecationWarning) is unnecessarily noisy as the existence of the module isn't problematic, it just won't be used anymore in the future. So updating the code to use __spec__ first and then document in "What's New" should be good enough.
History
Date User Action Args
2021-03-21 02:28:45brett.cannonsetrecipients: + brett.cannon
2021-03-21 02:28:45brett.cannonsetmessageid: <1616293725.61.0.902191866837.issue42137@roundup.psfhosted.org>
2021-03-21 02:28:45brett.cannonlinkissue42137 messages
2021-03-21 02:28:45brett.cannoncreate