Skip to content

Commit 6bfe5fb

Browse files
[3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS (GH-117235)
* Add a note about bug * Properly link constants
1 parent 3ef8a3a commit 6bfe5fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/csv.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ The :mod:`csv` module defines the following constants:
365365

366366
.. versionadded:: 3.12
367367

368+
.. note::
369+
370+
Due to a bug, constants :data:`QUOTE_NOTNULL` and :data:`QUOTE_STRINGS`
371+
do not affect behaviour of :class:`reader` objects.
372+
This bug is fixed in Python 3.13.
373+
368374
The :mod:`csv` module defines the following exception:
369375

370376

0 commit comments

Comments
 (0)