8000 Make a note about buggy behavior of `csv.QUOTE_NOTNULL` and `csv.QUOTE_STRINGS` · Issue #116633 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000
Make a note about buggy behavior of csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS #116633
Closed
@Prometheus3375

Description

@Prometheus3375

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.
image

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixes3.13bugs and security fixesdocsDocumentation in the Doc direasy

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0