Skip to content

Commit 1bb3a32

Browse files
smontanaroaisk
authored andcommitted
pythongh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (python#114816)
As @GPHemsley pointed out, python#29469 omitted `versionadded` notes for the 2 new items.
1 parent 3623876 commit 1bb3a32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/csv.rst

Lines changed: 4 additions & 0 deletions
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)