From: R David Murray Date: Mon, 24 Feb 2014 02:32:17 +0000 (-0500) Subject: Fix wording in NEWS entry. X-Git-Tag: v3.4.1rc1~233^2~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa5e2995c79c70419d9b1f13a5b02d0b2ad43883;p=thirdparty%2FPython%2Fcpython.git Fix wording in NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index dafdb3f77922..a9f944a9b96c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1902,7 +1902,7 @@ Library - 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