There was an error while loading. Please reload this page.
1 parent 1370f8a commit 3cc891fCopy full SHA for 3cc891f
1 file changed
Doc/library/csv.rst
@@ -386,6 +386,8 @@ The :mod:`!csv` module defines the following constants:
386
Instructs :class:`writer` objects to only quote those fields which contain
387
special characters such as *delimiter*, *quotechar*, ``'\r'``, ``'\n'``
388
or any of the characters in *lineterminator*.
389
+ If *doublequote* is :const:`False` and *escapechar* is set,
390
+ the *quotechar* is escaped instead of causing the field to be quoted.
391
392
393
.. data:: QUOTE_NONNUMERIC
0 commit comments