]> granicus.if.org Git - python/commit
Issue #14605: Insert to the front of sys.path_hooks instead of appending.
authorBrett Cannon <brett@python.org>
Wed, 25 Apr 2012 02:03:46 +0000 (22:03 -0400)
committerBrett Cannon <brett@python.org>
Wed, 25 Apr 2012 02:03:46 +0000 (22:03 -0400)
commit8923a4d4c514a621b7f99ee0f3ebdde319aee0e9
treee5e59afdd9843282a57a127398cf8eb04ee57fe2
parent4fe29c9657d64e8e3301122c104b7ca8fd23c348
Issue #14605: Insert to the front of sys.path_hooks instead of appending.
Lib/test/test_importhooks.py
Lib/test/test_threaded_import.py
Python/import.c