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 Rayfward
Recipients Rayfward
Date 2007-08-24.19:59:24
SpamBayes Score 0.5
Marked as misclassified No
Message-id <1187985564.86.0.804664675786.issue1013@psf.upfronthosting.co.za>
In-reply-to
Content
>>> eval("9")
9
Works but.
>>> eval("09")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 1
    09
    ^
SyntaxError: invalid token
History
Date User Action Args
2007-08-24 19:59:25Rayfwardsetrecipients: + Rayfward
2007-08-24 19:59:24Rayfwardsetmessageid: <1187985564.86.0.804664675786.issue1013@psf.upfronthosting.co.za>
2007-08-24 19:59:24Rayfwardlinkissue1013 messages
2007-08-24 19:59:24Rayfwardcreate