]> granicus.if.org Git - python/commit
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
authorPhillip J. Eby <pje@telecommunity.com>
Thu, 23 Sep 2004 04:37:36 +0000 (04:37 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Thu, 23 Sep 2004 04:37:36 +0000 (04:37 +0000)
commit7ec642a4d2ee98dfc0b67431255046374abc4ed7
treeb018d53945c80947cd15fa8efe369fac64d7657a
parentf4aca755bc9f26b51b6820a162a3f76c2a1a1abc
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Lib/test/test_importhooks.py
Python/import.c