Skip to content

Commit c26deca

Browse files
[3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (GH-114816) (#114840)
As @GPHemsley pointed out, GH-29469 omitted `versionadded` notes for the 2 new items. (cherry picked from commit 586057e) Co-authored-by: Skip Montanaro <[email protected]>
1 parent 203106d commit c26deca

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)