diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-07-11 17:44:39 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-07-11 17:44:39 (GMT) |
commit | 6960c1a94bfdc0687595c96c7779bb8e02b6984c (patch) | |
tree | 8f40bb2185c8237bd3e3b86b9fa77be3ba718e28 /Misc | |
parent | d8089e0d04a98ab7997eff7abc9abf2a4f6854b8 (diff) | |
parent | 7aee3ecd57c5d7a455420dd514206e239c7dbc39 (diff) | |
download | cpython-6960c1a94bfdc0687595c96c7779bb8e02b6984c.zip cpython-6960c1a94bfdc0687595c96c7779bb8e02b6984c.tar.gz cpython-6960c1a94bfdc0687595c96c7779bb8e02b6984c.tar.bz2 |
Issue #21906: Merge from 3.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -752,6 +752,9 @@ Tests 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. - Add support for ``yield from`` to 2to3. |