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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=302b8c31ecefba371271ca51359ef30fcb3ddbcd;p=python Issue #15239: Make mkstringprep.py work again on Python 3. --- 302b8c31ecefba371271ca51359ef30fcb3ddbcd diff --cc Misc/NEWS index b6cf7c9e9f,3ad038f5de..cfddde9d60 --- 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.