summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-24 21:46:44 (GMT)
committerNed Deily <nad@acm.org>2011-01-24 21:46:44 (GMT)
commit122539e2870bcaf0ccd64bae0ade3cf4691f59da (patch)
treedf3c151d8587b3856afb9a9a9f5b32c425927ce2 /Misc
parentfeac624827a6523e29f69210d69a0627d19bfd2b (diff)
downloadcpython-122539e2870bcaf0ccd64bae0ade3cf4691f59da.zip
cpython-122539e2870bcaf0ccd64bae0ade3cf4691f59da.tar.gz
cpython-122539e2870bcaf0ccd64bae0ade3cf4691f59da.tar.bz2
#10974: IDLE no longer crashes if its recent files list includes files
with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b6b953e..07f493a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Core and Builtins
Library
-------
+- Issue #10974: IDLE no longer crashes if its recent files list includes files
+ with non-ASCII characters in their path names.
+
- Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both
return sets instead of one returning a tuple and the other a frozenset.