diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 21:05:34 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 21:05:34 (GMT) |
commit | ef1e7502256cfd550fe264a9832e3fc517cbcb42 (patch) | |
tree | 84abe5524a7944761d2b9c07fd39110f28de5008 /Misc | |
parent | b532df62b95920c380190f4a468fe15ad0c7d39c (diff) | |
download | cpython-ef1e7502256cfd550fe264a9832e3fc517cbcb42.zip cpython-ef1e7502256cfd550fe264a9832e3fc517cbcb42.tar.gz cpython-ef1e7502256cfd550fe264a9832e3fc517cbcb42.tar.bz2 |
inspect: Fix getsource() to load updated source of reloaded module
Issue #1218234. Initial patch by Berker Peksag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,6 +194,9 @@ Core and Builtins Library ------- +- Issue #1218234: Fix inspect.getsource() to load updated source of + reloaded module. Initial patch by Berker Peksag. + - Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no |