]> granicus.if.org Git - python/commit
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 15 Aug 2013 00:03:34 +0000 (18:03 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 15 Aug 2013 00:03:34 +0000 (18:03 -0600)
commit7491f1726ba3a5f78beddca2280f9141d559ff1c
treea272bd5852fe3662a81dfc78481f6aa88a68a870
parente76c0393a8dc35af38d6d2af2827f405a7ef6116
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Lib/imp.py
Lib/test/test_imp.py
Misc/NEWS