New submission from Brett Cannon <[email protected]>:
Using find_loader() in the import system should raise ImportWarning to start transitioning people over to find_spec() who haven't migrated since Python 3.4. ---------- assignee: brett.cannon components: Interpreter Core messages: 389834 nosy: brett.cannon priority: normal severity: normal status: open title: Raise ImportWarning when calling find_loader() versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43672> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
