Georg Brandl wrote: > Peter Otten schrieb:
>> A guess: you may have mixed Unix ("\n") and Windows ("\r\n") newlines.
>> Try to ensure that every line ends with "\r\n".
>
> That shouldn't be a problem since Python reads source files in universal
> newline mode.
Oops, I should have guessed /that/.
Peter
--
http://mail.python.org/mailman/listinfo/python-list
