]> granicus.if.org Git - python/commit
Issue #14605: Use None in sys.path_importer_cache to represent no
authorBrett Cannon <brett@python.org>
Fri, 27 Apr 2012 19:30:58 +0000 (15:30 -0400)
committerBrett Cannon <brett@python.org>
Fri, 27 Apr 2012 19:30:58 +0000 (15:30 -0400)
commitaa93642a35ed570ba91a80c583df2c8a383686d6
treeba6049cf83600cb3afe6d9e8d52c0b9480b5b22b
parent9e66ac683cce9f6e4abda7d01836dab70eeefb49
Issue #14605: Use None in sys.path_importer_cache to represent no
finder instead of using some (now non-existent) implicit finder.
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test_path.py
Lib/runpy.py
Misc/NEWS
Modules/main.c
Python/import.c
Python/importlib.h