From: Kurt B. Kaiser Date: Wed, 11 May 2011 18:18:13 +0000 (-0400) Subject: Merge from 3.2 X-Git-Tag: v3.3.0a1~2304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd41fa970c43ce7986689ae2f3be75545ea7427;p=python Merge from 3.2 --- 9dd41fa970c43ce7986689ae2f3be75545ea7427 diff --cc Misc/NEWS index 1e7d9acb53,b8b65d249d..c9946bc602 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -142,10 -85,12 +142,13 @@@ Core and Builtin 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 #11169: compileall module uses repr() to format filenames and paths to - escape surrogate characters and show spaces. +- Issue #11799: urllib.request Authentication Handlers will raise a ValueError + when presented with an unsupported Authentication Scheme. Patch contributed + by Yuval Greenfield. - Issue #10419, #6011: build_scripts command of distutils handles correctly non-ASCII path (path to the Python executable). Open and write the script in