]> 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>
Mon, 29 Aug 2022 01:11:02 +0000 (18:11 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Aug 2022 01:11:02 +0000 (18:11 -0700)
commit60f704f1258d8c225ad0a9ba3f342b553064206a
treeb1764d633dead1f3b0a379f10ce13871088c4c98
parentf51c232ec812d5413dc3dde5580ad298abb7e551
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