[Python-checkins] r50998 - python/trunk/Doc/lib/libcsv.tex

skip.montanaro python-checkins at python.org
Mon Jul 31 05:11:12 CEST 2006


Author: skip.montanaro
Date: Mon Jul 31 05:11:11 2006
New Revision: 50998

Modified:
   python/trunk/Doc/lib/libcsv.tex
Log:
minor tweaks

Modified: python/trunk/Doc/lib/libcsv.tex
==============================================================================
--- python/trunk/Doc/lib/libcsv.tex	(original)
+++ python/trunk/Doc/lib/libcsv.tex	Mon Jul 31 05:11:11 2006
@@ -76,7 +76,7 @@
 fields. Previously, if a line ended within a quoted field without a
 terminating newline character, a newline would be inserted into the
 returned field. This behavior caused problems when reading files
-which embedded carriage return characters within fields, so in 2.5 the
+which contained carriage return characters within fields.  The
 behavior was changed to return the field without inserting newlines. As
 a consequence, if newlines embedded within fields are important, the
 input should be split into lines in a manner which preserves the newline


More information about the Python-checkins mailing list