◐ Shell
clean mode source ↗

gh-67230: add quoting rules to csv module by smontanaro · Pull Request #29469 · python/cpython

@smontanaro

@samwyse samwyse mannequin mentioned this pull request

Apr 10, 2022

@smontanaro

@AlexWaygood AlexWaygood changed the title bpo-23041: update proposed changes to csv module. gh-67230: update proposed changes to csv module.

Nov 1, 2022

@smontanaro

@smontanaro

@smontanaro

Improve tests of QUOTE_STRINGS and QUOTE_NOTNULL
Improve descriptions of QUOTE_NOTNULL and QUOTE_STRINGS with writer objects. Add descriptions for reader objects.

@smontanaro

merwok

@merwok

merwok

@merwok

@merwok

@merwok merwok removed the stale

Stale PR or inactive for long period of time.

label

Apr 12, 2023

aisk pushed a commit to aisk/cpython that referenced this pull request

Apr 18, 2023
Add two quoting styles for csv dialects.
They will help to work with certain databases in particular.

Automerge-Triggered-By: GH:merwok

GPHemsley-RELX

smontanaro added a commit to smontanaro/cpython that referenced this pull request

Jan 31, 2024
@GPHemsley pointed out that with the recent changes in python#29469, two new data items failed to get `versionadded` notes.

terryjreedy pushed a commit that referenced this pull request

Feb 1, 2024

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 1, 2024

terryjreedy pushed a commit that referenced this pull request

Feb 1, 2024
…TRINGS (GH-114816) (#114840)

As @GPHemsley pointed out, GH-29469 omitted `versionadded` notes for the 2 new items.
(cherry picked from commit 586057e)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024