]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
authorBrett Cannon <brett@python.org>
Fri, 26 Mar 2021 18:55:07 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 18:55:07 +0000 (11:55 -0700)
commit1899087b21119c5c64cd41619b542c0bf0ab5751
tree400c834041ef28eacaac8fa0169e2482dea8a775
parent21a2cabb3795f5170c746ab8f29e9d25c7442550
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Doc/reference/import.rst
Doc/whatsnew/3.10.rst
Lib/importlib/_abc.py
Lib/importlib/_bootstrap.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_namespace_pkgs.py
Lib/test/test_importlib/test_windows.py
Misc/NEWS.d/next/Library/2021-03-25-08-44-26.bpo-42136.rRY9e1.rst [new file with mode: 0644]
Python/importlib.h
Python/importlib_external.h