This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2007-06-28.10:56:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I took a brief look at the code.  get_dialect is imported from the underlying _csv.c extension module and didn't change between 2.4 and 2.5.  There is a new static function, _call_dialect, though.  It is called from several places, most notably from csv_register_dialect.  The code in 2.4 that it replaces seems much different to me than the code in the body of _call_dialect.  I suspect there was some sort of regression there.

Assigning to Andrew since he's the primary author of the code as well as the author of this particular change.
History
Date User Action Args
2007-08-23 14:58:03adminlinkissue1744580 messages
2007-08-23 14:58:03admincreate