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 mgedmin
Date 2014-02-12.14:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392213800.84.0.505532685284.issue20608@psf.upfronthosting.co.za>
In-reply-to
Content
Type something like the following at the interpreter prompt:

>>> 04208
  File "<stdin>", line 1
    04208
        ^
SyntaxError: invalid token


This is not very descriptive.  I suggest "SyntaxError: invalid octal digit".
History
Date User Action Args
2014-02-12 14:03:20mgedminsetrecipients: + mgedmin
2014-02-12 14:03:20mgedminsetmessageid: <1392213800.84.0.505532685284.issue20608@psf.upfronthosting.co.za>
2014-02-12 14:03:20mgedminlinkissue20608 messages
2014-02-12 14:03:20mgedmincreate