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 welker
Recipients welker
Date 2016-10-06.10:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475748803.26.0.293864566162.issue28374@psf.upfronthosting.co.za>
In-reply-to
Content
I compiled Python 2.7.12 from source and ran the tests unsuccessful.

Compiling /usr/lib/python2.7/test/test_grammar.py ...
  File "/usr/lib/python2.7/test/test_grammar.py", line 80
    self.assertEqual(1 if 1else 0, 1)
                           ^
SyntaxError: invalid token

It looks like a space (" ") is missing before the else. The same bug can be found in the next line 81.
History
Date User Action Args
2016-10-06 10:13:23welkersetrecipients: + welker
2016-10-06 10:13:23welkersetmessageid: <1475748803.26.0.293864566162.issue28374@psf.upfronthosting.co.za>
2016-10-06 10:13:23welkerlinkissue28374 messages
2016-10-06 10:13:22welkercreate