[Python-checkins] cpython: Fix wording in NEWS entry.
r.david.murray
python-checkins at python.org
Mon Feb 24 03:38:16 CET 2014
http://hg.python.org/cpython/rev/b34b34d3c5ad
changeset: 89351:b34b34d3c5ad
user: R David Murray <rdmurray at bitdance.com>
date: Sun Feb 23 21:32:17 2014 -0500
summary:
Fix wording 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
@@ -1902,7 +1902,7 @@
- Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
the _sre module.
-- Issue #18830: inspect.getclasstree() no more produces duplicated entries even
+- Issue #18830: inspect.getclasstree() no longer produces duplicate entries even
when input list contains duplicates.
- Issue #18878: sunau.open now supports the context manager protocol. Based on
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list