Skip to content

Commit d68fb58

Browse files
committed
even more deprecation notes
1 parent 7716393 commit d68fb58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/importlib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,10 @@ ABC hierarchy::
357357

358358
- :attr:`module.__name__`
359359
- :attr:`module.__file__`
360-
- :attr:`module.__cached__`
360+
- :attr:`module.__cached__` *(deprecated)*
361361
- :attr:`module.__path__`
362-
- :attr:`module.__package__`
363-
- :attr:`module.__loader__`
362+
- :attr:`module.__package__` *(deprecated)*
363+
- :attr:`module.__loader__` *(deprecated)*
364364

365365
When :meth:`exec_module` is available then backwards-compatible
366366
functionality is provided.

0 commit comments

Comments
 (0)