]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Ka-Ping Yee's trunk checkin r41400:
authorThomas Wouters <thomas@python.org>
Mon, 27 Mar 2006 12:50:42 +0000 (12:50 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 27 Mar 2006 12:50:42 +0000 (12:50 +0000)
commitc47bfb0874a2184fc156861a659ea426967ebc19
treeedd0fe0e3cc32eb5509159e5a4916342e5670d22
parenta8de08daefd6a10f952f57f9969e393220f890c1
Backport Ka-Ping Yee's trunk checkin r41400:

Fix SF bug #417833 (pydoc HTTP reload failure) by removing from
sys.modules all submodules of a the given module/package path
when trying to reload a module.
Lib/pydoc.py