]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-102700: allow built-in modules to be submodules (GH-103162) (GH-103322)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Apr 2023 23:06:02 +0000 (16:06 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 23:06:02 +0000 (16:06 -0700)
commit123680f9aa44d3374ba86b63b4ea0c394e13dfe5
tree4c587bac7a922df8a21de279791dfd87d62d6945
parent58e330ac9cae32f9f44bab24448766085fd29ae6
[3.11] GH-102700: allow built-in modules to be submodules (GH-103162) (GH-103322)

GH-102700: allow built-in modules to be submodules (GH-103162)
(cherry picked from commit 5d08c3ff7d89ca11556f18663a372f6c12435504)

Co-authored-by: Brett Cannon <brett@python.org>
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]