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-04-20 01:41:36 +02:00
2012-03-31 20:25:22 +02:00
2012-02-25 12:24:21 +01:00
2012-04-11 12:46:24 +02:00
2012-03-22 22:40:44 -04:00
2012-04-18 19:18:22 -06:00
2012-04-23 23:53:51 +08:00
2012-04-14 20:44:23 -04:00
2012-04-25 20:54:04 -04:00
2012-03-14 17:41:15 -05:00
2012-04-24 23:33:33 +01:00
2012-04-24 22:56:57 +02:00
2012-03-07 20:56:18 +01:00
2012-04-01 13:46:44 +02:00
2012-04-25 20:54:04 -04:00
2012-04-05 12:41:20 +03:00
2012-04-25 14:58:17 +02:00
2012-03-15 18:15:34 -07:00
2012-03-23 14:24:20 +02:00
2012-03-05 16:24:07 +01:00
2012-03-04 22:15:38 -06:00
2012-03-12 23:57:18 +02:00
2012-03-22 16:19:45 +01:00
2012-03-13 13:35:55 +01:00
2012-03-23 14:46:48 +01:00
2012-03-21 14:55:04 -04:00
2012-03-31 02:19:06 -07:00
2012-04-25 02:31:37 +02:00
2012-04-08 22:36:07 -04:00
2012-04-22 15:55:43 +02:00
2012-03-10 22:36:48 +01:00
2012-03-12 19:46:12 +01:00
2012-04-25 20:54:04 -04:00
2012-03-14 17:47:11 +01:00
2012-04-23 13:26:44 -04:00
2012-03-15 01:22:16 +01:00
2012-03-10 09:27:30 +01:00
2012-03-27 07:46:46 +02:00
2012-04-25 20:54:04 -04:00
2012-03-15 13:05:41 +01:00
2012-04-23 20:07:15 +02:00
2012-04-14 14:10:13 -04:00
2012-03-20 16:16:29 -04:00
2012-04-07 11:23:31 +00:00
2012-04-09 01:37:19 +02:00
2012-03-22 00:23:03 +01:00
2012-04-18 20:51:15 +02:00
2012-04-24 21:09:17 +02:00
2012-04-20 00:05:17 +02:00
2012-04-20 13:23:54 -04:00
2012-04-10 21:05:53 -04:00
2012-02-26 17:49:52 +10:00
2012-04-16 00:16:30 +02:00
2012-03-01 16:26:35 +01:00
2012-04-04 14:19:04 +02:00
2012-04-16 21:34:24 -06:00