Skip to content

bpo-27497: Add return value to csv.DictWriter.writeheader#12306

Merged
vstinner merged 4 commits into
python:masterfrom
remilapeyre:csv.DictWriter.writeheader-return-value
May 10, 2019
Merged

bpo-27497: Add return value to csv.DictWriter.writeheader#12306
vstinner merged 4 commits into
python:masterfrom
remilapeyre:csv.DictWriter.writeheader-return-value

Conversation

@remilapeyre

@remilapeyre remilapeyre commented Mar 13, 2019

Copy link
Copy Markdown

Comment thread Doc/library/csv.rst Outdated

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please modify your commit message to credit the author using Co-Authored-By markup?

Co-Authored-By: Ashish Nitin Patil <ashishnitinpatil@gmail.com>

@remilapeyre

Copy link
Copy Markdown
Author

Thanks, I wanted to do this but was missing his email address. I will add the documentation for writerow tomorrow.

Comment thread Doc/library/csv.rst Outdated
Comment thread Doc/library/csv.rst Outdated
Comment thread Doc/library/csv.rst Outdated
Comment thread Misc/NEWS.d/next/Library/2019-03-13-10-57-41.bpo-27497.JDmIe_.rst
Comment thread Doc/library/csv.rst Outdated
Comment thread Doc/library/csv.rst Outdated
@remilapeyre

Copy link
Copy Markdown
Author

Hi @vstinner @vadmium! I made the requested changes, can you review again?

I also opened #12344 regarding the naming of the attribute writeline of WriterObj.

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. But I would prefer that another core dev also reviews it.

@smontanaro

Copy link
Copy Markdown
Contributor

LGTM. I downloaded the patch, applied it and verified the tests pass. @vstinner I no longer have (nor want) commit privileges. Can you take this the last mile if you have a moment?

@vstinner vstinner merged commit fce5ff1 into python:master May 10, 2019
@vstinner

Copy link
Copy Markdown
Member

LGTM. I downloaded the patch, applied it and verified the tests pass. @vstinner I no longer have (nor want) commit privileges. Can you take this the last mile if you have a moment?

Done, thanks for the review @smontanaro ;-)

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.

6 participants