This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use Argument Clinic for csv
Type: Stage: patch review
Components: Argument Clinic Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: hauntsaninja, larry
Priority: normal Keywords: patch

Created on 2020-05-19 01:36 by hauntsaninja, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20200 open hauntsaninja, 2020-05-19 01:38
Messages (1)
msg369314 - (view) Author: Shantanu (hauntsaninja) * Date: 2020-05-19 01:36
To do all the functions in csv, we'd need to have support for **kwargs, tracked in https://bugs.python.org/issue20291. Am attaching a PR for the ones that can be made to work today.
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84853
2020-05-19 01:38:19hauntsaninjasetkeywords: + patch
stage: patch review
pull_requests: + pull_request19499
2020-05-19 01:36:49hauntsaninjacreate