[issue6723] csv.writer: example does not work

2009-08-18 Thread Skip Montanaro
Skip Montanaro added the comment: 3.1 corrected as well. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6723] csv.writer: example does not work

2009-08-18 Thread Skip Montanaro
Skip Montanaro added the comment: figured out my checkout problem. will have 3.1 fixed shortly. -- assignee: georg.brandl -> skip.montanaro ___ Python tracker ___ __

[issue6723] csv.writer: example does not work

2009-08-18 Thread Skip Montanaro
Skip Montanaro added the comment: Thanks for the report. Fixed for 2.6, 2.7, 3.0, 3.2. Can't seem to check out a 3.1 branch (tried release31-maint but was rebuffed by svn). -- nosy: +skip.montanaro ___ Python tracker

[issue6723] csv.writer: example does not work

2009-08-18 Thread Nicolas Goutte
New submission from Nicolas Goutte : In the documentation for csv.writer, the example spamWriter = csv.writer(open('eggs.csv', 'w'), delimiter=' ', quotechar='|', quoting=QUOTE_MINIMAL) does not work, as Python complains about "SyntaxError: invalid syntax", as QUOTE_MINIMAL is not a global identi