summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-06-08 23:10:15 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-06-08 23:10:15 (GMT)
commit2f3c74a538e3b15b174c9f99866babe33f2dc124 (patch)
tree67c7e8e6986cae27a1c2a1a2752972e9b6b2487a /Misc
parenta33d17758974e0d150cc07a22c0c60b1485d0ab4 (diff)
downloadcpython-2f3c74a538e3b15b174c9f99866babe33f2dc124.zip
cpython-2f3c74a538e3b15b174c9f99866babe33f2dc124.tar.gz
cpython-2f3c74a538e3b15b174c9f99866babe33f2dc124.tar.bz2
Added a command line interface for difflib.py
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ceefe90..6c9f5e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Library
Tools/Demos
-----------
+- diff.py is a new script for print file diffs in context, unified, or ndiff
+ formats. Provides an alternate command line interface to difflib.py.
+
- texcheck.py is a new script for making a rough validation of Python LaTeX
files.