]> granicus.if.org Git - python/commit
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Jul 2018 10:21:09 +0000 (13:21 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 10:21:09 +0000 (13:21 +0300)
commit323748ad7446c76972c80dbbf510534dc5c22ae8
tree8151ef98065a3679e845bbf386a1c3f14c099ea7
parentecf411c59e33d3760dbfebf6d5b4b205bcc29d5a
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)

Attributes skipinitialspace, doublequote and strict are now
booleans instead of integers 0 or 1.
Lib/test/test_csv.py
Misc/NEWS.d/next/Library/2018-07-23-14-12-28.bpo-34197.7yFSP5.rst [new file with mode: 0644]
Modules/_csv.c