summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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