commit | 2f3c74a538e3b15b174c9f99866babe33f2dc124 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jun 08 23:10:15 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jun 08 23:10:15 2003 +0000 |
tree | 67c7e8e6986cae27a1c2a1a2752972e9b6b2487a | |
parent | a33d17758974e0d150cc07a22c0c60b1485d0ab4 [diff] [blame] |
Added a command line interface for difflib.py
diff --git a/Misc/NEWS b/Misc/NEWS index ceefe90..6c9f5e5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ 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.