]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40350: fix namespace package support in modulefinder
authorFilipe Laíns <lains@riseup.net>
Sat, 23 Oct 2021 20:42:28 +0000 (21:42 +0100)
committerFilipe Laíns <lains@riseup.net>
Sat, 23 Oct 2021 21:12:17 +0000 (22:12 +0100)
commit7610327fe59fab8b70189462f296ae4d03b46354
treee9bb20ac077d00d4e125bcd9002e6ca42c564dba
parent9e05da62241877a871c7b22ef723d7028ce03c90
bpo-40350: fix namespace package support in modulefinder

Signed-off-by: Filipe Laíns <lains@riseup.net>
Lib/importlib/_bootstrap_external.py
Lib/modulefinder.py
Lib/test/test_modulefinder.py
Misc/NEWS.d/next/Library/2021-10-23-22-12-13.bpo-40350.t0dQMY.rst [new file with mode: 0644]