[BUG] IMO, but no opinions? Uncle Tim? was: int(float(sys.maxint)) buglet ?

jepler at unpythonic.net jepler at unpythonic.net
Mon Dec 6 10:13:44 EST 2004


Python 2.2.2:
>>> int(float(sys.maxint))
2147483647

Python 2.3.2:
>>> int(float(sys.maxint))
2147483647L

If you're looking for a suspicious change, this should narrow it down.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20041206/9b2b9d77/attachment.sig>


More information about the Python-list mailing list