Added a command line interface for difflib.py

This commit is contained in:
Raymond Hettinger 2003-06-08 23:10:15 +00:00
parent a33d177589
commit 2f3c74a538
1 changed files with 3 additions and 0 deletions

View File

@ -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.