Leif K-Brooks wrote:
>     line = line.rsplit('\r\n')
Er, that should be line.rstrip, not line.rsplit.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to