gh-84853: Use Argument Clinic for csv (where possible)#20200
gh-84853: Use Argument Clinic for csv (where possible)#20200JelleZijlstra merged 1 commit intopython:mainfrom
Conversation
Modules/_csv.c
Outdated
There was a problem hiding this comment.
| Return a list of all know dialect names. | |
| Return a list of all known dialect names. |
There was a problem hiding this comment.
Thanks, although I'll note that the error was extant (I can revert the typo fix if someone feels that's a problem).
Modules/_csv.c
Outdated
There was a problem hiding this comment.
I suppose this doesn't say str because we need the PyObject inside the function. Any way we can still get the __text_signature__ more precise?
There was a problem hiding this comment.
Not that I'm aware of (within Argument Clinic and without changing some csv.Errors to TypeErrors)
Misc/NEWS.d/next/Library/2020-05-19-01-40-51.bpo-40676.yJfq1J.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2020-05-19-01-40-51.bpo-40676.yJfq1J.rst
Outdated
Show resolved
Hide resolved
|
Do I need to sign a new CLA? If so, how? (the knights who say ni were clearer on this point) |
|
I think the bot wants the other bots to sign a CLA. You shouldn't have to resign. |
|
Unfortunately we will have to resolve the CLA issue before we can merge. @ambv should be able to confirm, but as I understand it the bot looks at the email address in your commits (from If that's the issue, then you'll have to set your user.email to whatever you used when you signed the CLA, recreate the branch with your new email set, then force push. |
|
Fwiw, |
|
Would you mind setting it to your own email? I wouldn't want to take credit for your hard work. |
|
Okay, re-pushed. Github would have reauthored the commit when it gets squashed anyway |


https://bugs.python.org/issue40676