Skip to content

bpo-32116: Add csv2list() and list2csv() to csv module#4450

Closed
paullongnet wants to merge 1 commit into
python:masterfrom
paullongnet:patch-1
Closed

bpo-32116: Add csv2list() and list2csv() to csv module#4450
paullongnet wants to merge 1 commit into
python:masterfrom
paullongnet:patch-1

Conversation

@paullongnet

@paullongnet paullongnet commented Nov 18, 2017

Copy link
Copy Markdown

Added two subroutines. One function to read a csv file to a list (csv2list) and another procedure to write list to a csv file.

https://bugs.python.org/issue32116

Added two subroutines.  One function to read a csv file to a list (csv2list) and another procedure to write list to a csv file.
@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@paullongnet paullongnet changed the title csv.py csv.py "skip issue" Nov 18, 2017
@berkerpeksag berkerpeksag changed the title csv.py "skip issue" Add csv2list() and list2csv() to csv module Nov 19, 2017
@berkerpeksag

Copy link
Copy Markdown
Member

Thank you for the PR, but this needs to be discussed on bugs.python.org first. The "skip issue" label is only for trivial issues like typo fixes.

@paullongnet paullongnet changed the title Add csv2list() and list2csv() to csv module Issue 32116 Add csv2list() and list2csv() to csv module Nov 22, 2017
@Mariatta Mariatta changed the title Issue 32116 Add csv2list() and list2csv() to csv module bpo-32116: Add csv2list() and list2csv() to csv module Nov 24, 2017
@Mariatta

Copy link
Copy Markdown
Member

Thanks for the PR, however I must close it, since it was decided in the bug tracker that we won't add it to the standard library.

@Mariatta Mariatta closed this Nov 24, 2017
@paullongnet

Copy link
Copy Markdown
Author

How can just one person make that sort of decision? There was only one person who replied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants