]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Jan 2024 12:21:12 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 12:21:12 +0000 (14:21 +0200)
commitea30a28c3e89b69a214c536e61402660242c0f2a
tree54e8f060dd981c497e333e65cc8c76cf2363bb5b
parent58f883b91bd8dd4cac38b58a026397363104a129
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738)
Doc/whatsnew/3.12.rst
Lib/test/test_csv.py
Misc/NEWS.d/next/Library/2024-01-05-16-27-34.gh-issue-113732.fgDRXA.rst [new file with mode: 0644]
Modules/_csv.c