Morten Z added the comment:
Thank you :-D
--
___
Python tracker
<http://bugs.python.org/issue21086>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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",
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