-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Add a test for csv.register_dialect
with both Dialect
and kwargs
#95950
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
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Aug 13, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
Aug 29, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 29, 2022
…nGH-95951) (cherry picked from commit 1c01bd2) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 29, 2022
…nGH-95951) (cherry picked from commit 1c01bd2) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
added a commit
that referenced
this issue
Aug 29, 2022
(cherry picked from commit 1c01bd2) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
added a commit
that referenced
this issue
Sep 21, 2022
(cherry picked from commit 1c01bd2) Co-authored-by: Nikita Sobolev <[email protected]>
PRs were merged, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
Python docs state:
Notice this part:
But, this is not ever tested in
test_csv
.Link:
cpython/Lib/test/test_csv.py
Lines 432 to 449 in f235178
Pitch
Let's add a test that ensures that
register_dialect
do work as documented.The text was updated successfully, but these errors were encountered: