"Ian Vincent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > line = line[20:] > line = line[:-1]
please, line = line[20:-1], etc, is easier to read and understand ;-) tjr -- http://mail.python.org/mailman/listinfo/python-list
"Ian Vincent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > line = line[20:] > line = line[:-1]
please, line = line[20:-1], etc, is easier to read and understand ;-) tjr -- http://mail.python.org/mailman/listinfo/python-list