mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[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:
parent
3ef8a3a900
commit
6bfe5fbc19
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue