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:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392468911.87.0.781668544376.issue20608@psf.upfronthosting.co.za>
In-reply-to
Content
Version 3 of the patch catches bad digits in the middle of a literal, like this:

>>> 0o01010118001
  File "<stdin>", line 1
    0o01010118001
             ^
SyntaxError: bad digit in octal literal
History
Date User Action Args
2014-02-15 12:55:11mgedminsetrecipients: + mgedmin, benjamin.peterson, serhiy.storchaka
2014-02-15 12:55:11mgedminsetmessageid: <1392468911.87.0.781668544376.issue20608@psf.upfronthosting.co.za>
2014-02-15 12:55:11mgedminlinkissue20608 messages
2014-02-15 12:55:11mgedmincreate