]> granicus.if.org Git - python/commitdiff
minor tweaks
authorSkip Montanaro <skip@pobox.com>
Mon, 31 Jul 2006 03:11:11 +0000 (03:11 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 31 Jul 2006 03:11:11 +0000 (03:11 +0000)
Doc/lib/libcsv.tex

index 4a4339956341dba91f36c6b51c34a1e252b25bb4..8e10ccf06c8471825f1bc9ff1fe59dd2b07f7767 100644 (file)
@@ -76,7 +76,7 @@ The parser is now stricter with respect to multi-line quoted
 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