From: Victor Stinner Date: Mon, 30 May 2011 21:23:50 +0000 (+0200) Subject: Issue #12028: fix NEWS entry X-Git-Tag: v3.3.0a1~2183^2~42^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58ab76696536b63f588f10eeb165deae6c0e4624;p=thirdparty%2FPython%2Fcpython.git Issue #12028: fix NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 152acba40ef5..6a3266134e07 100644 --- 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