[Csv] passing dialects directly - class or instance?

Skip Montanaro skip at pobox.com
Mon Feb 3 17:38:18 CET 2003


I thought users were supposed to pass dialect classes when not using
strings.  I see, however, that _OCcsv.__init__ calls isinstance() instead of
issubclass().  Which is it supposed to be?

Skip


More information about the Csv mailing list