New submission from Brett Cannon <[email protected]>:
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. ---------- components: Interpreter Core messages: 379496 nosy: brett.cannon priority: normal severity: normal status: open title: Raise an ImportWarning for calling module_repr() on loaders type: behavior _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42137> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
