From: Raymond Hettinger Date: Sun, 8 Jun 2003 23:10:15 +0000 (+0000) Subject: Added a command line interface for difflib.py X-Git-Tag: v2.3c1~514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3c74a538e3b15b174c9f99866babe33f2dc124;p=python Added a command line interface for difflib.py --- diff --git a/Misc/NEWS b/Misc/NEWS index ceefe900a1..6c9f5e532a 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.