[Python-checkins] python/dist/src/Misc NEWS,1.776,1.777
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
2003年6月08日 16:10:18 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv5670
Modified Files:
NEWS
Log Message:
Added a command line interface for difflib.py
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.776
retrieving revision 1.777
diff -C2 -d -r1.776 -r1.777
*** NEWS 8 Jun 2003 19:42:33 -0000 1.776
--- NEWS 8 Jun 2003 23:10:15 -0000 1.777
***************
*** 91,94 ****
--- 91,97 ----
-----------
+ - 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.