Thanks for the bug report Seo.  I've opened CodePlex bug #4197 to track this 
(http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=4197).

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Monday, October 09, 2006 7:12 AM
To: Discussion of IronPython
Subject: [IronPython] int() and long() incompatibility

>>> int('0x20', 16)
ValueError: invalid integer number literal

Same for long. Python library reference isn't clear on this point, but my 
reading doesn't support this misfeature since one can use radix 0 to the same 
effect. Anyway, there are codes out there depending on this. :(

--
Seo Sanghyeon
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to