8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a4748 commit 3f9772eCopy full SHA for 3f9772e
Lib/importlib/__init__.py
@@ -79,7 +79,7 @@ def find_loader(name, path=None):
79
80
"""
81
warnings.warn('Deprecated since Python 3.4 and slated for removal in '
82
- 'Python 3.10; use importlib.util.find_spec() instead',
+ 'Python 3.12; use importlib.util.find_spec() instead',
83
DeprecationWarning, stacklevel=2)
84
try:
85
loader = sys.modules[name].__loader__
0 commit comments