]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and csv.QUOTE_...
authorPrometheus3375 <35541026+Prometheus3375@users.noreply.github.com>
Thu, 31 Oct 2024 00:08:28 +0000 (03:08 +0300)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 00:08:28 +0000 (17:08 -0700)
* Add a note about bug

* Properly link constants

Doc/library/csv.rst

index 533cdf13974be612c54d43225c0d5694bf1b8e4b..8e432078e1949adb1fe52bb86dbd304d67e7bc9d 100644 (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: