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 mel
Recipients mel
Date 2014-07-14.10:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405334025.99.0.201355184316.issue21979@psf.upfronthosting.co.za>
In-reply-to
Content
The following are expected to raise SyntaxError, but they don't:

>>> 0xfor python is weird in ways
15
>>> [0xaor 1, 0xbor 1, 0xcor 1, 0xdor 1, 0xeor 1, 0xfor 1]
[10, 11, 12, 13, 14, 15]

Verified on v2.7.1 and v3.3.2. Probably affects all versions.
History
Date User Action Args
2014-07-14 10:33:46melsetrecipients: + mel
2014-07-14 10:33:45melsetmessageid: <1405334025.99.0.201355184316.issue21979@psf.upfronthosting.co.za>
2014-07-14 10:33:45mellinkissue21979 messages
2014-07-14 10:33:45melcreate