]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
authorBrett Cannon <brett@python.org>
Wed, 24 Mar 2021 15:26:56 +0000 (08:26 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 15:26:56 +0000 (08:26 -0700)
commit9cb31d671646a5ff0901f79d2d61022621447190
tree07877b815e17e8def80ed4e70c385b4b3a23b5af
parent3ba3d513b1e3c63d09cb798b982a9e6c369cea4c
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)

This is to work towards the removal of the use of  module_repr() in Python 3.12 (documented as deprecated since 3.4).
Doc/library/importlib.rst
Doc/whatsnew/3.10.rst
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/frozen/test_loader.py
Lib/test/test_importlib/test_namespace_pkgs.py
Misc/NEWS.d/next/Core and Builtins/2021-03-20-19-54-47.bpo-42137.A8aQvj.rst [new file with mode: 0644]
Python/importlib.h