]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
authorPhillip J. Eby <pje@telecommunity.com>
Thu, 23 Sep 2004 05:19:27 +0000 (05:19 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Thu, 23 Sep 2004 05:19:27 +0000 (05:19 +0000)
commit521cbc37af8912781d58336c8bb1fd523b91c421
treefe22240cb9e4574cecf84e750d47479096523a36
parent6b154dfce9797db2a671b2e5e1f2dfef9e0e74f3
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
(Backport to 2.3 maintenance branch.)
Lib/test/test_importhooks.py
Python/import.c