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 kbk
Recipients collinwinter, kbk
Date 2009-04-10.06:07:53
SpamBayes Score 0.0005647003
Marked as misclassified No
Message-id <1239343700.07.0.933756737051.issue5733@psf.upfronthosting.co.za>
In-reply-to
Content
Try running it as a script:

  File "Lib/lib2to3/tests/data/py3_test_grammar.py", line 130
    x = ...
        ^
SyntaxError: invalid syntax

Furthermore, testEllipsis seems invalid.  What is intended?

>>> class C:
	def __getitem__(self, x): return x

>>> c[...]
Ellipsis
>>> c[.                   .                     .]
Ellipsis
>>> eval(...)
SyntaxError: invalid syntax
History
Date User Action Args
2009-04-10 06:08:23kbksetrecipients: + kbk, collinwinter
2009-04-10 06:08:20kbksetmessageid: <1239343700.07.0.933756737051.issue5733@psf.upfronthosting.co.za>
2009-04-10 06:08:15kbklinkissue5733 messages
2009-04-10 06:08:11kbkcreate