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.