]> granicus.if.org Git - python/commit
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Dec 2017 10:56:40 +0000 (02:56 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Dec 2017 10:56:40 +0000 (12:56 +0200)
commitce5a3cd9b15c9379753aefabd696bff11495cbbb
tree00853192072af43d64be4aca732f2fca9298c6c4
parent82adaf5ffe425f3d3360e972df03ff15584b4035
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810)

This allows to distinguish an empty row from a row consisting of a single empty field.
(cherry picked from commit 2001900b0c02a397d8cf1d776a7cc7fcb2a463e3)
Lib/test/test_csv.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-12-12-07-29-06.bpo-32255.2bfNmM.rst [new file with mode: 0644]
Modules/_csv.c