Skip to content

Commit 586057e

Browse files
authored
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
As @GPHemsley pointed out, #29469 omitted `versionadded` notes for the 2 new items.
1 parent ff8939e commit 586057e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/csv.rst

+4
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ The :mod:`csv` module defines the following constants:
351351
Instructs :class:`reader` objects to interpret an empty (unquoted) field as None and
352352
to otherwise behave as :data:`QUOTE_ALL`.
353353

354+
.. versionadded:: 3.12
355+
354356
.. data:: QUOTE_STRINGS
355357

356358
Instructs :class:`writer` objects to always place quotes around fields
@@ -360,6 +362,8 @@ The :mod:`csv` module defines the following constants:
360362
Instructs :class:`reader` objects to interpret an empty (unquoted) string as ``None`` and
361363
to otherwise behave as :data:`QUOTE_NONNUMERIC`.
362364

365+
.. versionadded:: 3.12
366+
363367
The :mod:`csv` module defines the following exception:
364368

365369

0 commit comments

Comments
 (0)