]> granicus.if.org Git - python/commit
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
authorLicht Takeuchi <licht-t@outlook.jp>
Tue, 12 Dec 2017 09:57:06 +0000 (18:57 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Dec 2017 09:57:06 +0000 (11:57 +0200)
commit2001900b0c02a397d8cf1d776a7cc7fcb2a463e3
tree87317ebf9cebe56052aa7d913f816903604b4c54
parente0720cd9e44d43587e6b6c91fd21d0bb0345ccb9
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)

This allows to distinguish an empty row from a row consisting of a single empty field.
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