summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-07-06 11:20:57 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2013-07-06 11:20:57 (GMT)
commitfd1c69e2a497f685374caa1133c47fa51e8030e5 (patch)
treebe34ea61e3ff885218698ce92a2c465e172a9fb9 /Misc
parentd9e7c86d7e0593c13155c1b6c47c4e64fdbc39ac (diff)
downloadcpython-fd1c69e2a497f685374caa1133c47fa51e8030e5.zip
cpython-fd1c69e2a497f685374caa1133c47fa51e8030e5.tar.gz
cpython-fd1c69e2a497f685374caa1133c47fa51e8030e5.tar.bz2
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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a1f3084..f431adf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,9 @@ Tools/Demos
- Issue #15239: Make mkstringprep.py work again on Python 3.
+- Issue #12990: The "Python Launcher" on OSX could not launch python scripts
+ that have paths that include wide characters.
+
Build
-----