[New-bugs-announce] [issue1013] eval error
Ray Ward
report at bugs.python.org
Fri Aug 24 21:59:24 CEST 2007
New submission from Ray Ward:
>>> 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
----------
messages: 55272
nosy: Rayfward
severity: normal
status: open
title: eval error
type: behavior
versions: Python 2.5
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1013>
__________________________________
More information about the New-bugs-announce
mailing list