]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 20 Sep 2020 06:38:07 +0000 (09:38 +0300)
committerGitHub <noreply@github.com>
Sun, 20 Sep 2020 06:38:07 +0000 (09:38 +0300)
commit5c0eed7375fdd791cc5e19ceabfab4170ad44062
tree7ddeaf0079a48d462f5427618466ad7218272710
parentbfee9fad84531a471fd7864e88947320669f68e2
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)

Co-authored-by: Itay Elbirt <anotahacou@gmail.com>
Lib/test/test_csv.py
Misc/NEWS.d/next/Library/2019-05-31-23-54-28.bpo-12178.N6FLCZ.rst [new file with mode: 0644]
Modules/_csv.c