summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2011-05-11 18:18:13 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2011-05-11 18:18:13 (GMT)
commit9dd41fa970c43ce7986689ae2f3be75545ea7427 (patch)
tree6dd2e4496a5c00d5d8991fa8c4fa1373dd9eeb5a /Misc
parentcaece0a6a02b9677e560c92469ab6665fbcb30eb (diff)
parent79a11e71c69b3862fc930a47bd628e481685f93b (diff)
downloadcpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.zip
cpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.tar.gz
cpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.tar.bz2
Merge from 3.2
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 1e7d9ac..c9946bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,9 @@ Core and Builtins
Library
-------
+- Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
+ With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
+ IDLE to exit. Converted to valid Unicode null in PythonCmd().
- Issue #11799: urllib.request Authentication Handlers will raise a ValueError
when presented with an unsupported Authentication Scheme. Patch contributed