https://github.com/python/cpython/commit/6bfe5fbc19b96d6dc4c5f5f45bbb1acde45ade8f
commit: 6bfe5fbc19b96d6dc4c5f5f45bbb1acde45ade8f
branch: 3.12
author: Prometheus3375 <[email protected]>
committer: willingc <[email protected]>
date: 2024-10-30T17:08:28-07:00
summary:

[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

files:
M Doc/library/csv.rst

diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index 533cdf13974be6..8e432078e1949a 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -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:
 
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to