There was an error while loading. Please reload this page.
1 parent 427dfa6 commit dab40a0Copy full SHA for dab40a0
1 file changed
Doc/library/csv.rst
@@ -371,6 +371,8 @@ The :mod:`csv` module defines the following constants:
371
Instructs :class:`writer` objects to only quote those fields which contain
372
special characters such as *delimiter*, *quotechar*, ``'\r'``, ``'\n'``
373
or any of the characters in *lineterminator*.
374
+ If *doublequote* is :const:`False` and *escapechar* is set,
375
+ the *quotechar* is escaped instead of causing the field to be quoted.
376
377
378
.. data:: QUOTE_NONNUMERIC
0 commit comments