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 santoso.wijaya
Recipients santoso.wijaya
Date 2011-03-04.19:00:03
SpamBayes Score 1.5475835e-09
Marked as misclassified No
Message-id <1299265208.56.0.328818913289.issue11399@psf.upfronthosting.co.za>
In-reply-to
Content
Observe:

C:\Users\santa>C:\Python27\python.exe -u
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print 'Hello world'
  File "<stdin>", line 1
    print 'Hello world'
                       ^
SyntaxError: invalid syntax
>>>
History
Date User Action Args
2011-03-04 19:00:08santoso.wijayasetrecipients: + santoso.wijaya
2011-03-04 19:00:08santoso.wijayasetmessageid: <1299265208.56.0.328818913289.issue11399@psf.upfronthosting.co.za>
2011-03-04 19:00:03santoso.wijayalinkissue11399 messages
2011-03-04 19:00:03santoso.wijayacreate