]> granicus.if.org Git - python/commit
Replace python-coded validation of csv dialect with a call to the C
authorAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 02:22:47 +0000 (02:22 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 02:22:47 +0000 (02:22 +0000)
commit7130ff5eb9ad0edf5cf0c8811ceea155f11194eb
tree0011a18839a3c3066af8ba6cef545c530e885a52
parent8c94b42f31515ca6b552cb427aea0cd446098dd9
Replace python-coded validation of csv dialect with a call to the C
dialect type (which has a better idea of what is and isn't valid).
Lib/csv.py
Lib/test/test_csv.py