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 ezio.melotti
Recipients ezio.melotti, jose.gregorio.fernandez.trincado
Date 2012-10-29.16:32:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351528360.18.0.143111541249.issue16359@psf.upfronthosting.co.za>
In-reply-to
Content
Those are invalid octal literals, since the digits 8 and 9 don't exist in octal.
See http://docs.python.org/2/reference/lexical_analysis.html#grammar-token-octinteger
History
Date User Action Args
2012-10-29 16:32:40ezio.melottisetrecipients: + ezio.melotti, jose.gregorio.fernandez.trincado
2012-10-29 16:32:40ezio.melottisetmessageid: <1351528360.18.0.143111541249.issue16359@psf.upfronthosting.co.za>
2012-10-29 16:32:40ezio.melottilinkissue16359 messages
2012-10-29 16:32:40ezio.melotticreate