[issue1188] universal newlines doesn't identify CRLF during tell()

2007-09-22 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! Committed revision 58232. -- assignee: - gvanrossum nosy: +gvanrossum resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1188

[issue1188] universal newlines doesn't identify CRLF during tell()

2007-09-21 Thread Philip Jenvey
Philip Jenvey added the comment: make that against r58227 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1188 __

[issue1188] universal newlines doesn't identify CRLF during tell()

2007-09-21 Thread Philip Jenvey
Changes by Philip Jenvey : -- type: - behavior __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1188 __

[issue1188] universal newlines doesn't identify CRLF during tell()

2007-09-21 Thread Philip Jenvey
New submission from Philip Jenvey : tell() will skip the next LF (after a CR sets f_skipnextlf) when universal newline support is enabled; essentially doing part of the work of read(). However it does not identify CRLF as