]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102700: allow built-in modules to be submodules (GH-103162)
authorBrett Cannon <brett@python.org>
Thu, 6 Apr 2023 21:19:54 +0000 (14:19 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 21:19:54 +0000 (14:19 -0700)
commit5d08c3ff7d89ca11556f18663a372f6c12435504
tree2e757b6cf009bbe86fc3e73d8ad77b635c739251
parentdca7d174f1dc3f9e67c7451a27bc92dc5a733008
GH-102700: allow built-in modules to be submodules (GH-103162)
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/builtin/test_finder.py
Misc/NEWS.d/next/Core and Builtins/2023-04-01-00-46-31.gh-issue-102700.493NB4.rst [new file with mode: 0644]