From: Serhiy Storchaka Date: Mon, 15 Jul 2013 09:37:43 +0000 (+0300) Subject: Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by X-Git-Tag: v3.4.0a1~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6180a2f45321982386200e20bb323eb4261cf1fb;p=thirdparty%2FPython%2Fcpython.git Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by Févry Thibault. --- 6180a2f45321982386200e20bb323eb4261cf1fb diff --cc Misc/ACKS index 5707fdf8ad47,c85b43781837..ebda56f550d9 --- a/Misc/ACKS +++ b/Misc/ACKS @@@ -1245,9 -1211,9 +1245,10 @@@ Amy Taylo Monty Taylor Anatoly Techtonik Mikhail Terekhov +Victor Terrón Richard M. Tew Tobias Thelen + Févry Thibault Lowe Thiderman Nicolas M. Thiéry James Thomas diff --cc Misc/NEWS index 7b553aeb8df6,6fb09949b509..8e175b399fdf --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -642,22 -495,13 +642,25 @@@ IDL Build ----- -- Issue #17550: Fix the --enable-profiling configure switch. +- Issue #17845: Clarified the message printed when some module are not built. -IDLE -------- +- Issue #18256: Compilation fix for recent AIX releases. Patch by + David Edelsohn. -- Issue #17625: In IDLE, close the replace dialog after it is used. +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC + 4.8. +- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 + on Windows. + +Tools/Demos +----------- + ++- Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by ++ Févry Thibault. ++ +- Issue #12990: The "Python Launcher" on OSX could not launch python scripts + that have paths that include wide characters. What's New in Python 3.3.1 release candidate 1? ===============================================