diff options
author | Raymond Hettinger <python@rcn.com> | 2010-08-06 09:57:49 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-08-06 09:57:49 (GMT) |
commit | 51ced7afe72d861b46f069d757f2787f13253d32 (patch) | |
tree | f2d8a627ec32e8ada8a80f1a851e25689d9ae8f0 /Misc | |
parent | 13197f4e29bf13ef04891142367febf7705693dc (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |