]> granicus.if.org Git - python/commit
Now that internal dialect type is immutable, and the dialect registry
authorAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 04:49:53 +0000 (04:49 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Tue, 11 Jan 2005 04:49:53 +0000 (04:49 +0000)
commit29bf4e44f6392e402f15512e80295750691d436a
treeb3c99d024c2e646ba8b0cd6a50c586d78c95f86e
parenta422c34b705cad292cc0c30998ae0e45006de0d6
Now that internal dialect type is immutable, and the dialect registry
only contains instances of the dialect type, we can refer directly to the
dialect instances rather than creating new ones. In other words, if the
dialect comes from the registry, and we apply no further modifications,
the reader/writer can use the dialect object directly.
Modules/_csv.c