This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author OPi
Recipients OPi
Date 2014-02-22.19:20:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393096815.65.0.473917822073.issue20731@psf.upfronthosting.co.za>
In-reply-to
Content
The test program:
#!/usr/bin/env python
# -*- coding: latin-1 -*-

print('test')

is correct in Python 3.3.3, but cause this error with Python 3.3.4:
  File "./test.py", line 3
    -
    ^
SyntaxError: invalid syntax

I use Windows 7, with bash (of Cygwin) and
Python 3.3.4 (v3.3.4:7ff62415e426, Feb 10 2014, 18:13:51) [MSC v.1600 64 bit (AMD64)] on win32
History
Date User Action Args
2014-02-22 19:20:15OPisetrecipients: + OPi
2014-02-22 19:20:15OPisetmessageid: <1393096815.65.0.473917822073.issue20731@psf.upfronthosting.co.za>
2014-02-22 19:20:15OPilinkissue20731 messages
2014-02-22 19:20:15OPicreate