We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa181fc commit 5c23822Copy full SHA for 5c23822
Doc/library/sys.rst
@@ -1254,10 +1254,13 @@ always available.
1254
.. versionchanged:: 3.4
1255
1256
:term:`Module specs <module spec>` were introduced in Python 3.4, by
1257
- :pep:`451`. Earlier versions of Python looked for a method called
1258
- :meth:`!find_module`.
1259
- This is still called as a fallback if a :data:`meta_path` entry doesn't
1260
- have a :meth:`~importlib.abc.MetaPathFinder.find_spec` method.
+ :pep:`451`.
+
+ .. versionchanged:: 3.12
1261
+ Removed the fallback that looked for a :meth:`!find_module` method
1262
+ if a :data:`meta_path` entry didn't have a
1263
+ :meth:`~importlib.abc.MetaPathFinder.find_spec` method.
1264
1265
.. data:: modules
1266
0 commit comments