summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 21:23:50 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 21:23:50 (GMT)
commit58ab76696536b63f588f10eeb165deae6c0e4624 (patch)
treefa9dc1b044f3ba88acb8226f1e3b714a71297480 /Misc
parentf2a94216de1750eedaea3f5983996a388a9866e4 (diff)
downloadcpython-58ab76696536b63f588f10eeb165deae6c0e4624.zip
cpython-58ab76696536b63f588f10eeb165deae6c0e4624.tar.gz
cpython-58ab76696536b63f588f10eeb165deae6c0e4624.tar.bz2
Issue #12028: fix NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 152acba..6a32661 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