[issue5975] csv unix file format ('\n' line terminator)

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Added in r85856. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5975] csv unix file format ('\n' line terminator)

2009-05-15 Thread Jay Talbot
Jay Talbot added the comment: I'm sorry. I will remember to try and look up where the new features are being targeted. Reporting bugs and requesting new features here is new to me. Everyone seems to have their own rules. -- ___ Python tracker

[issue5975] csv unix file format ('\n' line terminator)

2009-05-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New features must be targeted at 2.7/3.2. 2.5 is in security-fix only mode and 2.6 in bug-fix only mode, as is 3.0. 3.1 is in beta with new features pretty well frozen. -- nosy: +tjreedy versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6, Pytho

[issue5975] csv unix file format ('\n' line terminator)

2009-05-08 Thread Jay Talbot
New submission from Jay Talbot : I was having issues importing a csv file generated by the csv.write class with the following: load data infile 'file.csv' replace into table en fields terminated by ',' enclosed by '"' lines terminated by '\r\n'; To help prevent this from happening again, I woul