[Python-checkins] cpython: Issue #21740: Fix module name in NEWS entry.
zach.ware
python-checkins at python.org
Mon Dec 15 23:47:50 CET 2014
https://hg.python.org/cpython/rev/12ef799a9a51
changeset: 93900:12ef799a9a51
user: Zachary Ware <zachary.ware at gmail.com>
date: Mon Dec 15 16:47:31 2014 -0600
summary:
Issue #21740: Fix module name in NEWS entry.
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,7 +211,7 @@
- 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 #21740: Support wrapped callables in doctest. Patch by Claudiu Popa.
- Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no
FD is registered.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list