On Wed, 12 Nov 2008 12:04:07 +0100, Gilles Ganault <[EMAIL PROTECTED]> wrote: >I wonder if Python rewrites CRLFs when reading a text file with >open/read?
For those seeing the same thing, the answer is yes: On Windows, the code above turns CRLF into LF. I tried "rb" instead of "r", with no difference. -- http://mail.python.org/mailman/listinfo/python-list