]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Feb 2024 20:43:53 +0000 (21:43 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 20:43:53 +0000 (20:43 +0000)
commita4a28e50fe5a4c1a0b1335bc19025c874421de4f
tree41a3b4dac22b3aaa55067c2d151837f155dddc7f
parent5172247e8d9236309a52423c4a68b71cf4d22b94
[3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115867)

(cherry picked from commit c688c0f130906ff7725a126fff143d1389884f89)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_csv.py
Misc/NEWS.d/next/Library/2024-02-20-22-02-34.gh-issue-67044.QF9_Ru.rst [new file with mode: 0644]
Modules/_csv.c