]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #12028: fix NEWS entry
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:23:50 +0000 (23:23 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:23:50 +0000 (23:23 +0200)
Misc/NEWS

index 152acba40ef5c3fdd0cf211c9a79156b4e16624e..6a3266134e070505cc82d13700b4ea5db303b2b4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,7 +178,7 @@ Library
 -------
 
 - Issue #12028: Make threading._get_ident() public, rename it to
-  threading.get_ident() and document it. This function was used by
+  threading.get_ident() and document it. This function was already used using
   _thread.get_ident().
 
 - Issue #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls