csv module

skip at pobox.com skip at pobox.com
Wed Dec 28 10:40:30 EST 2005


    Laurent> If I change:
    Laurent>   freq = line.strip().count(char)
    Laurent> by:
    Laurent>   freq = line.count(char)
    Laurent> It works fine.

    Laurent> Do you have a workaround for that?

Nope.  I just checked in precisely your fix to the Python repository.

Skip




More information about the Python-list mailing list