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 miwa
Recipients miwa
Date 2014-03-03.13:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393854882.06.0.561987523346.issue20844@psf.upfronthosting.co.za>
In-reply-to
Content
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\bug>python
Python 3.3.5rc2 (v3.3.5rc2:ca5635efe090, Mar  2 2014, 18:18:29) [MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

C:\bug>python test2.py
  File "test2.py", line 1
SyntaxError: encoding problem: iso-8859-1
History
Date User Action Args
2014-03-03 13:54:42miwasetrecipients: + miwa
2014-03-03 13:54:42miwasetmessageid: <1393854882.06.0.561987523346.issue20844@psf.upfronthosting.co.za>
2014-03-03 13:54:41miwalinkissue20844 messages
2014-03-03 13:54:41miwacreate