summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-06-09 14:11:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-06-09 14:11:48 (GMT)
commit302b8c31ecefba371271ca51359ef30fcb3ddbcd (patch)
tree6ce610a7334933226f281b0d7332b66fe35b6a2c /Misc
parent9670543a00beb429799986b4f8b09632d624f859 (diff)
parente7275ffa4ceb7bbf3cbbd0dabe3f38d97e1466a9 (diff)
downloadcpython-302b8c31ecefba371271ca51359ef30fcb3ddbcd.zip
cpython-302b8c31ecefba371271ca51359ef30fcb3ddbcd.tar.gz
cpython-302b8c31ecefba371271ca51359ef30fcb3ddbcd.tar.bz2
Issue #15239: Make mkstringprep.py work again on Python 3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b6cf7c9..cfddde9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1787,6 +1787,8 @@ Documentation
Tools/Demos
-----------
+- Issue #15239: Make mkstringprep.py work again on Python 3.
+
- Issue #17028: Allowed Python arguments to be supplied to the Windows
launcher.