9 Mar
2006
9 Mar
'06
6:19 p.m.
Chris Withers wrote at 2006-3-9 08:10 +0000:
... Really? I find that pretty suprising. Python has never cared about line endings before and I'd be pretty mortified if it started now :-(
Dieter?
It does now -- at least for "FSPythonScripts" when you are on a *nix platform and your files contain DOS lineends. You then will get (starting with Python 2.4) SyntaxErrors at line ends. Of course, things are different when you are on a Windows platform and your files contain DOS lineends... -- Dieter