PyChecker work with Python 2.3?

Skip Montanaro skip at pobox.com
Mon Aug 4 17:39:41 EDT 2003


    Al> The only change required in my sources is evidently that the csv
    Al> module no longer has a parser(); it's a reader(aFile).

Sounds like you were using a different csv file reader/writer, perhaps
Object Craft's.  The csv module which is part of 2.3 is a new module in the
core.  It has a different interface than Object Craft's csv module.  (Note
that the Object Craft folks are the primary developers of the new csv module
as well.)

Skip





More information about the Python-list mailing list