Brett Cannon e0d88a173c 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.
2012-04-25 20:54:04 -04:00
..
2012-01-18 21:45:15 +01:00
2012-03-12 11:16:03 -07:00
2012-04-17 19:54:35 -04:00
2011-09-28 07:41:54 +02:00
2012-03-14 21:50:29 -05:00
2012-02-21 16:08:05 -05:00
2012-03-13 11:31:36 -07:00