Closed
Description
csv.QUOTE_NOTNULL
and csv.QUOTE_STRINGS
do not affect csv.reader
in 3.12. This behavior is a bug which is fixed in 3.13 (#113732). But the current documentation of 3.12 still states that these constants affect csv.reader
. In the discussion of the issue #113732, it was suggested to make a note to inform the users about the problem.
Meanwhile, there is a small formatting issue: the 3rd occurrence of None
in the description of these constants does not use inline code formatting as others. This should be addressed in 3.12 and 3.13 docs as well.