summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-12-08 21:05:34 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-12-08 21:05:34 (GMT)
commitef1e7502256cfd550fe264a9832e3fc517cbcb42 (patch)
tree84abe5524a7944761d2b9c07fd39110f28de5008 /Misc
parentb532df62b95920c380190f4a468fe15ad0c7d39c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ca0f1f..40b9645 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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