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 mgedmin
Recipients benjamin.peterson, mgedmin, serhiy.storchaka
Date 2014-02-15.12:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392468569.95.0.112444024078.issue20608@psf.upfronthosting.co.za>
In-reply-to
Content
Here's version 2 of the patch:
- spelling error fixed
- 0b2, 0o8, 0xg, 0e-x show the expected error at the expected place
- 0b02, 0o08, 0x0g, 0e-0x continue produce a generic "syntax error" because the tokenizer thinks these are a pair of valid tokens (0b0 followed by 2 etc.), and the error comes from the parser
History
Date User Action Args
2014-02-15 12:49:29mgedminsetrecipients: + mgedmin, benjamin.peterson, serhiy.storchaka
2014-02-15 12:49:29mgedminsetmessageid: <1392468569.95.0.112444024078.issue20608@psf.upfronthosting.co.za>
2014-02-15 12:49:29mgedminlinkissue20608 messages
2014-02-15 12:49:29mgedmincreate