summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-08-06 09:57:49 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-08-06 09:57:49 (GMT)
commit51ced7afe72d861b46f069d757f2787f13253d32 (patch)
treef2d8a627ec32e8ada8a80f1a851e25689d9ae8f0 /Misc
parent13197f4e29bf13ef04891142367febf7705693dc (diff)
downloadcpython-51ced7afe72d861b46f069d757f2787f13253d32.zip
cpython-51ced7afe72d861b46f069d757f2787f13253d32.tar.gz
cpython-51ced7afe72d861b46f069d757f2787f13253d32.tar.bz2
Issue8757: Implicit set-to-frozenset conversion not thread-safe.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 84ce9c8..f8e4fa8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1.3?
Core and Builtins
-----------------
+- Issue #83755: Implicit set-to-frozenset conversion was not thread-safe.
+
- Issue #9416: Fix some issues with complex formatting where the
output with no type specifier failed to match the str output: