Skip to content

[3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) #115738

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 2 commits into from
Feb 20, 2024

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Feb 20, 2024

(cherry picked from commit 5ea86f4)

Co-authored-by: Serhiy Storchaka [email protected]
csv.writer() now quotes empty fields if delimiter is a space and skipinitialspace is true and raises exception if quoting is not possible.

(cherry picked from commit 937d282)

…' and skipinitialspace=True (pythonGH-115721) (pythonGH-115729)

(cherry picked from commit 5ea86f4)

Co-authored-by: Serhiy Storchaka <[email protected]>
csv.writer() now quotes empty fields if delimiter is a space and
skipinitialspace is true and raises exception if quoting is not possible.
(cherry picked from commit 937d282)
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) February 20, 2024 18:11
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) February 20, 2024 18:11
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) February 20, 2024 18:11
@serhiy-storchaka serhiy-storchaka changed the title [3.11] [3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) [3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) Feb 20, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) February 20, 2024 18:19
@serhiy-storchaka serhiy-storchaka merged commit 9068c8c into python:3.11 Feb 20, 2024
@serhiy-storchaka serhiy-storchaka deleted the backport-5ea86f4-3.11 branch October 21, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant