diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-15 09:34:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-15 09:34:17 (GMT) |
commit | 2670b9acb6daa7fe04f3c1e93beb9ad104f879e5 (patch) | |
tree | c2c82f908a35198fe3b990be20142bc65a25a835 /Misc/NEWS | |
parent | 0995c47891b6a0bea83c201329082c7ebd62f825 (diff) | |
download | cpython-2670b9acb6daa7fe04f3c1e93beb9ad104f879e5.zip cpython-2670b9acb6daa7fe04f3c1e93beb9ad104f879e5.tar.gz cpython-2670b9acb6daa7fe04f3c1e93beb9ad104f879e5.tar.bz2 |
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Févry Thibault.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ Documentation Tools/Demos ----------- +- Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by + Févry Thibault. + - Issue #15239: Make mkstringprep.py work again on Python 3. - Issue #12990: The "Python Launcher" on OSX could not launch python scripts |