diff options
author | Brett Cannon <brett@python.org> | 2012-04-25 20:54:04 -0400 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-25 20:54:04 -0400 |
commit | 134077c0558bbe9199cce0dd1815523802bb968d (patch) | |
tree | 723f3f17edceb4fa1b1e212df89d51444efbccec /Python/compile.c | |
parent | aff44f2ed73018a2e8765c6f53ff36aecf5b18fd (diff) | |
download | cpython-134077c0558bbe9199cce0dd1815523802bb968d.tar.gz |
Issue #14605: Make explicit the entries on sys.path_hooks that used to
be implicit.
Added a warning for when sys.path_hooks is found to be empty. Also
changed the meaning of None in sys.path_importer_cache to represent
trying sys.path_hooks again (an interpretation of previous semantics).
Also added a warning for when None was found.
The long-term goal is for None in sys.path_importer_cache to represent
the same as imp.NullImporter: no finder found for that sys.path entry.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions