Mik added the comment:
I think it's clearer that way. Thank you.
--
___
Python tracker
<http://bugs.python.org/issue24147>
___
___
Python-bugs-list m
Mik added the comment:
Hi,
I have just read the documentation once again.
The problem is that it specifies that the default value for Dialect.doublequote
is True :
Controls how instances of quotechar appearing inside a field should be
themselves be quoted. When True, the character is doubled
Mik added the comment:
Ok Thanks.
But perhaps the documentation of csv.Dialect would be updated with the default
parameters. If all attribute may be specified this would be indicated in the
doc.
--
___
Python tracker
<http://bugs.python.
Mik added the comment:
Hi,
This is the file used for my test.
Thank you,
regard,
Mik
--
Added file: http://bugs.python.org/file39328/sans_headers.csv
___
Python tracker
<http://bugs.python.org/issue24
New submission from Mik:
Python 2.7.3 (default, Mar 13 2014, 11:03:55)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import csv
>>> class Mon(csv.Dialect):
... d