[Python-checkins] python/dist/src/Misc NEWS,1.1151,1.1152
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Oct 3 21:03:22 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3376/Misc
Modified Files:
NEWS
Log Message:
Read the text files to be compared in universal-newline mode.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1151
retrieving revision 1.1152
diff -u -d -r1.1151 -r1.1152
--- NEWS 3 Oct 2004 16:27:09 -0000 1.1151
+++ NEWS 3 Oct 2004 19:03:19 -0000 1.1152
@@ -157,7 +157,11 @@
Tools/Demos
-----------
-...
+- The text file comparison scripts ``ndiff.py`` and ``diff.py`` now
+ read the input files in universal-newline mode. This spares them
+ from consuming a great deal of time to deduce the useless result that,
+ e.g., a file with Windows line ends and a file with Linux line ends
+ have no lines in common.
What's New in Python 2.4 alpha 3?
More information about the Python-checkins
mailing list