[issue43672] Raise ImportWarning when calling find_loader()

Brett Cannon report at bugs.python.org
Tue Mar 30 11:44:53 EDT 2021


New submission from Brett Cannon <brett at python.org>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue43672>
_______________________________________


More information about the Python-bugs-list mailing list