]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Oct 2024 08:31:54 +0000 (10:31 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 08:31:54 +0000 (08:31 +0000)
commitc13bb996f63f042ce00292e741e7a5a870a49da3
treed546b413ea128d20459d9a1bc60a5b9c330c984f
parent8dce4918ab3ad6c6faa25f9e3fbbfe022b4882b5
[3.12] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (GH-121983) (#124925)

gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (GH-121983)

Test invalid quoting constant

(cherry picked from commit 656b7a3c83c79f99beac950b59c47575562ea729)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_csv.py