Skip to content

[3.6] bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) #4810

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 1 commit into from
Dec 12, 2017

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 12, 2017

This allows to distinguish an empty row from a row consisting of a single empty field.
(cherry picked from commit 2001900)

https://bugs.python.org/issue32255

…le. (pythonGH-4769)

This allows to distinguish an empty row from a row consisting of a single empty field.
(cherry picked from commit 2001900)
@miss-islington
Copy link
Contributor Author

@Licht-T and @serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@serhiy-storchaka serhiy-storchaka merged commit ce5a3cd into python:3.6 Dec 12, 2017
@miss-islington
Copy link
Contributor Author

Thanks, @serhiy-storchaka!

@miss-islington miss-islington deleted the backport-2001900-3.6 branch December 12, 2017 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants