Commit 759c185c authored by Skip Montanaro's avatar Skip Montanaro

minor tweaks

parent 08bbccf3
...@@ -76,7 +76,7 @@ The parser is now stricter with respect to multi-line quoted ...@@ -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 fields. Previously, if a line ended within a quoted field without a
terminating newline character, a newline would be inserted into the terminating newline character, a newline would be inserted into the
returned field. This behavior caused problems when reading files 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 behavior was changed to return the field without inserting newlines. As
a consequence, if newlines embedded within fields are important, the a consequence, if newlines embedded within fields are important, the
input should be split into lines in a manner which preserves the newline input should be split into lines in a manner which preserves the newline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment