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
--
http://mail.python.org/mailman/listinfo/python-list
