wasm-demo/demo/ermis-f/python_m/cur/1927

25 lines
606 B
Plaintext

From: greg.ewing at compaq.com (Greg Ewing)
Date: Tue, 04 May 1999 13:25:15 +1200
Subject: Interpreter fussy about line endings?
Message-ID: <372E4C7B.346A942@compaq.com>
X-UID: 1927
Python 1.5.1 on my Mac refuses to run code
written using PythonWin's built-in editor,
apparently because of different CR/LF
conventions. I have to load it into Alpha
and save it in Mac format before it will
work!
Is it meant to be like this? Why should
it care? How is one supposed to write
cross-platform Python code if it does
things like this?
Bewilderedly,
Greg