]> granicus.if.org Git - python/commit
Fix SF bug #417833 (pydoc HTTP reload failure) by removing from
authorKa-Ping Yee <ping@zesty.ca>
Sat, 5 Nov 2005 05:04:41 +0000 (05:04 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Sat, 5 Nov 2005 05:04:41 +0000 (05:04 +0000)
commit9a2dcf8ac1ef89d03c2978e7b1ef4b36cc2fa9f8
tree76760744890be4b0e027d9d1fb4966b65d0def56
parenta487e4eb0599c1a0728ee5c82d515292ccf69456
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