From 2f3c74a538e3b15b174c9f99866babe33f2dc124 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 8 Jun 2003 23:10:15 +0000 Subject: [PATCH] Added a command line interface for difflib.py --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.1