mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| _bootstrap.py | ||
| abc.py | ||
| machinery.py | ||
| util.py | ||