Walter Dörwald f171540ab8 Change int() so that passing a string, unicode, float or long argument
that is outside the integer range no longer raises OverflowError, but
returns a long object instead.

This fixes SF bug http://www.python.org/sf/635115
2002-11-19 20:49:15 +00:00
..
2002-08-06 22:12:52 +00:00
2001-08-29 23:54:21 +00:00
2002-07-17 16:30:39 +00:00