Bug in eval function?

Pascal pascal.parent at free.fr
Wed Apr 14 10:35:01 EDT 2004


>>> eval('88200')
88200
>>> eval('00088200')

Traceback (most recent call last):
  File "<pyshell#11>", line 1, in -toplevel-
    eval('00088200')
  File "<string>", line 1
    00088200
           ^
SyntaxError: invalid token
>>>



More information about the Python-list mailing list