summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-15 10:23:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-15 10:23:58 (GMT)
commit992334127e72c058cf5bd83ed458203e5ebfd74a (patch)
tree085c72769035a1b0014337b195b9576b6773fbf3 /Misc
parent24fb2d4012d6bc89284f5160b7415e98d294d569 (diff)
downloadcpython-992334127e72c058cf5bd83ed458203e5ebfd74a.zip
cpython-992334127e72c058cf5bd83ed458203e5ebfd74a.tar.gz
cpython-992334127e72c058cf5bd83ed458203e5ebfd74a.tar.bz2
Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.
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 9fc2ca9..77bc700 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -759,6 +759,8 @@ Tests
Tools/Demos
-----------
+- Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.
+
- Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
Patch by Zachary Ware.