]> granicus.if.org Git - python/commitdiff
Added a command line interface for difflib.py
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 23:10:15 +0000 (23:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 23:10:15 +0000 (23:10 +0000)
Misc/NEWS

index ceefe900a1fc2c78555bb31ad3eb8e53ac2900d7..6c9f5e532a59828bfd44dbf8ae5a8bb164d48cbe 100644 (file)
--- 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.