[issue1490] Bug in eval() function

2007-11-23 Thread Martin v. Löwis
Martin v. Löwis added the comment: Why do you think this is a bug? 08 really is a syntax error, and 010 really means 8. -- nosy: +loewis resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1490] Bug in eval() function

2007-11-22 Thread Arunkumar
New submission from Arunkumar: PythonWin 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2006 Mark Hammond - see 'Help/About PythonWin' for further copyright information. >>> >>> >>> eval("02*2") 4 >>> >>> eval("08*2") Traceback (most rece