10000 bpo-30937: Make usage of newline='' consistent in csv documentation by ammaraskar · Pull Request #2730 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-30937: Make usage of newline='' consistent in csv documentation #2730

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
Oct 26, 2017

Conversation

ammaraskar
Copy link
Member

The newline comment was added as part of 9188702
bpo issue: https://bugs.python.org/issue7198

but looks like when the DictReader and DictWriter documentation was added, this was overlooked. Note these classes use a simple csv.writer/reader function underneath so they potentially have the same problems with quoted fields and embedded newlines.

@mention-bot
Copy link

@ammaraskar, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @bitdancer and @berkerpeksag to be potential reviewers.

@berkerpeksag berkerpeksag merged commit 275d2d9 into python:master Oct 26, 2017
@miss-islington
Copy link
Contributor

Thanks @ammaraskar for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 26, 2017
@bedevere-bot
Copy link

GH-4129 is a backport of this pull request to the 3.6 branch.

@berkerpeksag
Copy link
Member

Thanks, Ammar!

berkerpeksag pushed a commit that referenced this pull request Oct 26, 2017
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.

7 participants
0