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 2020-10-23.23:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603495255.51.0.316157271396.issue42137@roundup.psfhosted.org>
In-reply-to
Content
Once all traces of module_repr() are gone, raise an `ImportWarning` when using `module_repr()`.

Once this is implemented and has been out in the wild for a sufficient amount of time, it should be switching to a DeprecationWarning and then the fallback eventually removed.
History
Date User Action Args
2020-10-23 23:20:55brett.cannonsetrecipients: + brett.cannon
2020-10-23 23:20:55brett.cannonsetmessageid: <1603495255.51.0.316157271396.issue42137@roundup.psfhosted.org>
2020-10-23 23:20:55brett.cannonlinkissue42137 messages
2020-10-23 23:20:55brett.cannoncreate