summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-11 17:42:18 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-11 17:42:18 (GMT)
commit7aee3ecd57c5d7a455420dd514206e239c7dbc39 (patch)
treed1ec736cc9d2697c708e649584c86ffc81d16983 /Misc
parent778015b3bc19a3ae3bdaaef82352a9aa2ea48d4e (diff)
downloadcpython-7aee3ecd57c5d7a455420dd514206e239c7dbc39.zip
cpython-7aee3ecd57c5d7a455420dd514206e239c7dbc39.tar.gz
cpython-7aee3ecd57c5d7a455420dd514206e239c7dbc39.tar.bz2
Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c02518f..cfc0388 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++
@@ -227,6 +227,9 @@ Windows
Tools/Demos
-----------
+- Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
+ Patch by Zachary Ware.
+
- Issue #21629: Fix Argument Clinic's "--converters" feature.