diff options
author | Raymond Hettinger <python@rcn.com> | 2003-06-08 23:10:15 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-06-08 23:10:15 (GMT) |
commit | 2f3c74a538e3b15b174c9f99866babe33f2dc124 (patch) | |
tree | 67c7e8e6986cae27a1c2a1a2752972e9b6b2487a /Misc | |
parent | a33d17758974e0d150cc07a22c0c60b1485d0ab4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |