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