]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Dec 2013 14:27:18 +0000 (16:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Dec 2013 14:27:18 +0000 (16:27 +0200)
commitcac23a50ee2979b8c2e3472e6b13efb1a8bd4f78
tree4844c5601937d1b2b23bde82ceecb030564e9425
parent800e11b4065185e8b6ccbd4ad15134c0a885b7e7
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
quotechar fields.  Original patch by Vajrasky Kok.
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c