Skip to content

[3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS #117235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

Prometheus3375
Copy link
Contributor

@Prometheus3375 Prometheus3375 commented Mar 25, 2024

This PR adds a note about csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS not affecting csv.reader in 3.12. This issue is resolved in 3.13, thus, this PR is made only to 3.12 branch.

I took my inspiration from the note about bugged dispatching of **= introduced in 3.8 (docs).


📚 Documentation preview 📚: https://cpython-previews--117235.org.readthedocs.build/

@Prometheus3375
Copy link
Contributor Author

A direct link to the docs preview with this note.

@willingc
Copy link
Contributor

@merwok would you please re-review? Thanks.

@merwok merwok changed the title [3.12] gh-116633: Add a note about bugged behavior of csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS in 3.12 [3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and csv.QUOTE_STRINGS Oct 30, 2024
@willingc
Copy link
Contributor

Thanks @merwok for the quick review.

@willingc willingc merged commit 6bfe5fb into python:3.12 Oct 31, 2024
27 checks passed
@Prometheus3375 Prometheus3375 deleted the gh-116633 branch November 2, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants