summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4942fa2..5075c38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,9 @@ C-API
Library
-------
+- Issue #1868: Eliminate subtle timing issues in thread-local objects by
+ getting rid of the cached copy of thread-local attribute dictionary.
+
- Issue #8797: urllib2 does a retry for Basic Authentication failure instead of
falling into recursion.