]> granicus.if.org Git - python/commit
No longer attempt to instantiate python classes describing dialects. This
authorAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 02:18:36 +0000 (02:18 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 02:18:36 +0000 (02:18 +0000)
commit8c94b42f31515ca6b552cb427aea0cd446098dd9
tree949203c2afb74e80f46dc9124cfee0401c64c0d0
parent86625972a1e330e200a3ae34f414a6caf12c6502
No longer attempt to instantiate python classes describing dialects. This
was done because we were previously performing validation of the dialect
from python, but this is now down within the C module. Also, the method
we were using to detect classes did not work with new-style classes.
Lib/test/test_csv.py
Modules/_csv.c