]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Sep 2022 01:37:10 +0000 (18:37 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2022 01:37:10 +0000 (18:37 -0700)
commite066c6a56b5bf341ebc38c140b0124bb1f7d1bb7
tree421e6ff0fac3a6c856089c33af1305461307793f
parent2a5e3337367b4636802697f8e5c78bc5382ec8cb
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)

(cherry picked from commit 1c01bd28a0ec7e46e570a07d970c590b1809f8f1)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_csv.py