diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-06 11:25:44 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-06 11:25:44 (GMT) |
commit | 361b28dbd4cbfd80bc95d1926432fabfddc0892c (patch) | |
tree | 164fc81792497baec73397bd851d6e140427af76 /Misc | |
parent | 8624ed502ff5ff1ccaf5fba58e945611e6758d97 (diff) | |
parent | fd1c69e2a497f685374caa1133c47fa51e8030e5 (diff) | |
download | cpython-361b28dbd4cbfd80bc95d1926432fabfddc0892c.zip cpython-361b28dbd4cbfd80bc95d1926432fabfddc0892c.tar.gz cpython-361b28dbd4cbfd80bc95d1926432fabfddc0892c.tar.bz2 |
(3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -599,6 +599,12 @@ Build - 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? =============================================== |