]> granicus.if.org Git - python/commit
Moved reader \r and \n processing from the iterator to the state machine -
authorAndrew McNamara <andrewm@object-craft.com.au>
Thu, 13 Jan 2005 11:30:54 +0000 (11:30 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Thu, 13 Jan 2005 11:30:54 +0000 (11:30 +0000)
commitf69d94f6c0263975c2b197a47487472d20a0c92c
treed43ce89c2f6afcf9d6b3904c70bb127f54f11d86
parenta1974c1459a424fdc9d8bbce55500f6006d0297d
Moved reader \r and \n processing from the iterator to the state machine -
this allows for better handling of newline characters in quoted fields (and
hopefully resolves Bug 967934).
Misc/NEWS
Modules/_csv.c