From: Serhiy Storchaka Date: Sun, 9 Jun 2013 14:11:48 +0000 (+0300) Subject: Issue #15239: Make mkstringprep.py work again on Python 3. X-Git-Tag: v3.4.0a1~546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=302b8c31ecefba371271ca51359ef30fcb3ddbcd;p=thirdparty%2FPython%2Fcpython.git Issue #15239: Make mkstringprep.py work again on Python 3. --- 302b8c31ecefba371271ca51359ef30fcb3ddbcd diff --cc Misc/NEWS index b6cf7c9e9ff5,3ad038f5de4b..cfddde9d604d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1787,9 -1325,6 +1787,11 @@@ Documentatio Tools/Demos ----------- ++- Issue #15239: Make mkstringprep.py work again on Python 3. ++ +- Issue #17028: Allowed Python arguments to be supplied to the Windows + launcher. + - Issue #17156: pygettext.py now uses an encoding of source file and correctly writes and escapes non-ascii characters.