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

Attachment: pgpzFOZE4nYMl.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to