Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ The :mod:`!csv` module defines the following constants:
Instructs :class:`writer` objects to only quote those fields which contain
special characters such as *delimiter*, *quotechar*, ``'\r'``, ``'\n'``
or any of the characters in *lineterminator*.
If *doublequote* is :const:`False` and *escapechar* is set,
the *quotechar* is escaped instead of causing the field to be quoted.


.. data:: QUOTE_NONNUMERIC
Expand Down
Loading