[issue21086] Source with "# -*- coding: ASCII -*-" and UNIX EOL (\n) results in SyntaxError

2014-03-29 Thread Morten Z
Morten Z added the comment: Thank you :-D -- ___ Python tracker <http://bugs.python.org/issue21086> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21086] Source with "# -*- coding: ASCII -*-" and UNIX EOL (\n) results in SyntaxError

2014-03-28 Thread Morten Z
Morten Z added the comment: Yes, sounds like a duplicate of http://bugs.python.org/issue20731 But with the fix applied 2014-03-01, is the bug expected to be in 3.4 released 2014-03-17 ? -- ___ Python tracker <http://bugs.python.org/issue21

[issue21086] Source with "# -*- coding: ASCII -*-" and UNIX EOL (\n) results in SyntaxError

2014-03-28 Thread Morten Z
New submission from Morten Z: Python 3.4 introduced a problem with use of # -*- coding: ASCII -*- so when running on Windows, the EOL must be Windows type, and else an error is generated. See trials below: C:\>Python34\python.exe hello_unix.py File "hello_unix.py",

[issue21086] Source with "# -*- coding: ASCII -*-" and UNIX EOL (\n) results in SyntaxError

2014-03-28 Thread Morten Z
Changes by Morten Z : Added file: http://bugs.python.org/file34652/hello_win.py ___ Python tracker <http://bugs.python.org/issue21086> ___ ___ Python-bugs-list mailin