]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 16:27:28 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 16:27:28 +0000 (09:27 -0700)
commitff0ab0eb3f8106f3ff757834068d05e6cee72cc8
treedae7a9a9115553a68484d813fdcad5b64a260743
parentaa6cf9b402ab5e9d6fd1def451bf25daf5fcd1ff
[3.13] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (GH-121983) (#124926)

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