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 7716393 commit d68fb58Copy full SHA for d68fb58
Doc/library/importlib.rst
@@ -357,10 +357,10 @@ ABC hierarchy::
357
358
- :attr:`module.__name__`
359
- :attr:`module.__file__`
360
- - :attr:`module.__cached__`
+ - :attr:`module.__cached__` *(deprecated)*
361
- :attr:`module.__path__`
362
- - :attr:`module.__package__`
363
- - :attr:`module.__loader__`
+ - :attr:`module.__package__` *(deprecated)*
+ - :attr:`module.__loader__` *(deprecated)*
364
365
When :meth:`exec_module` is available then backwards-compatible
366
functionality is provided.
0 commit comments