summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-07-15 09:37:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-07-15 09:37:43 (GMT)
commit6180a2f45321982386200e20bb323eb4261cf1fb (patch)
tree0930f470dc538134316def9db9c926f7435746c9 /Misc
parentd57b268653b0def1348965e09baea9b8468b947c (diff)
parent2670b9acb6daa7fe04f3c1e93beb9ad104f879e5 (diff)
downloadcpython-6180a2f45321982386200e20bb323eb4261cf1fb.zip
cpython-6180a2f45321982386200e20bb323eb4261cf1fb.tar.gz
cpython-6180a2f45321982386200e20bb323eb4261cf1fb.tar.bz2
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Févry Thibault.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5707fdf..ebda56f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1248,6 +1248,7 @@ Mikhail Terekhov
Victor Terrón
Richard M. Tew
Tobias Thelen
+Févry Thibault
Lowe Thiderman
Nicolas M. Thiéry
James Thomas
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b553ae..8e175b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -656,6 +656,9 @@ Build
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.