[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
This commit is contained in:
Prometheus3375 2024-10-31 03:08:28 +03:00 committed by GitHub
parent 3ef8a3a900
commit 6bfe5fbc19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,6 +365,12 @@ The :mod:`csv` module defines the following constants:
.. versionadded:: 3.12
.. note::
Due to a bug, constants :data:`QUOTE_NOTNULL` and :data:`QUOTE_STRINGS`
do not affect behaviour of :class:`reader` objects.
This bug is fixed in Python 3.13.
The :mod:`csv` module defines the following exception: