We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8939e commit 586057eCopy full SHA for 586057e
Doc/library/csv.rst
@@ -351,6 +351,8 @@ The :mod:`csv` module defines the following constants:
351
Instructs :class:`reader` objects to interpret an empty (unquoted) field as None and
352
to otherwise behave as :data:`QUOTE_ALL`.
353
354
+ .. versionadded:: 3.12
355
+
356
.. data:: QUOTE_STRINGS
357
358
Instructs :class:`writer` objects to always place quotes around fields
@@ -360,6 +362,8 @@ The :mod:`csv` module defines the following constants:
360
362
Instructs :class:`reader` objects to interpret an empty (unquoted) string as ``None`` and
361
363
to otherwise behave as :data:`QUOTE_NONNUMERIC`.
364
365
366
367
The :mod:`csv` module defines the following exception:
368
369
0 commit comments