From: Ronald Oussoren Date: Sat, 6 Jul 2013 11:25:44 +0000 (+0200) Subject: (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python... X-Git-Tag: v3.4.0a1~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361b28dbd4cbfd80bc95d1926432fabfddc0892c;p=python (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. --- 361b28dbd4cbfd80bc95d1926432fabfddc0892c diff --cc Misc/NEWS index 564590ca72,f431adf3af..0cdd349144 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -590,15 -457,14 +590,21 @@@ IDL Build ----- -- Issue #17550: Fix the --enable-profiling configure switch. +- Issue #18256: Compilation fix for recent AIX releases. Patch by + David Edelsohn. -IDLE -------- +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC + 4.8. -- Issue #17625: In IDLE, close the replace dialog after it is used. +- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 + on Windows. + ++Tools/Demos ++----------- + ++- 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? ===============================================