Re: [Python-Dev] Minor change to behaviour of csv module

2005-01-07 Thread Andrew McNamara
I'm considering a change to the csv module that could potentially break some obscure uses of the module (but CSV files usually quote, rather than escape, so the most common uses aren't effected). Currently, with a non-default escapechar='\\', input like: field one,field \ two,field three

[Python-Dev] Minor change to behaviour of csv module

2005-01-06 Thread Andrew McNamara
I'm considering a change to the csv module that could potentially break some obscure uses of the module (but CSV files usually quote, rather than escape, so the most common uses aren't effected). Currently, with a non-default escapechar='\\', input like: field one,field \ two,field three