There was an error while loading. Please reload this page.
1 parent ed38a08 commit 7004e7fCopy full SHA for 7004e7f
1 file changed
Doc/library/csv.rst
@@ -360,6 +360,8 @@ The :mod:`!csv` module defines the following constants:
360
Instructs :class:`writer` objects to only quote those fields which contain
361
special characters such as *delimiter*, *quotechar*, ``'\r'``, ``'\n'``
362
or any of the characters in *lineterminator*.
363
+ If *doublequote* is :const:`False` and *escapechar* is set,
364
+ the *quotechar* is escaped instead of causing the field to be quoted.
365
366
367
.. data:: QUOTE_NONNUMERIC
0 commit comments