Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I suspect this is because of the transition from PyInt to PyLong:
Python 2.6b1+ (trunk:64580M, Jun 28 2008, 18:04:04) [GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> int('2') is 2 True >>> long('2') is 2 False ---------- nosy: +benjamin.peterson _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3236> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com