[New-bugs-announce] [issue8356] SyntaxError: integer assignment with leading zeros (only 8 and 9)

Martin Zimmermann report at bugs.python.org
Fri Apr 9 13:00:44 CEST 2010


New submission from Martin Zimmermann <info at posativ.org>:

try this:
x = (05, 06, 07)
y = (08, 09, 019)

you will get SyntaxError: invalid token.
(also in python 2.5.2)

----------
components: Interpreter Core
messages: 102706
nosy: posativ
severity: normal
status: open
title: SyntaxError: integer assignment with leading zeros (only 8 and 9)
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8356>
_______________________________________


More information about the New-bugs-announce mailing list