commit | f171540ab8d816a996c34db3f6aa4bf9cf147fba | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Tue Nov 19 20:49:15 2002 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Tue Nov 19 20:49:15 2002 +0000 |
tree | 001d1ff0bdea449058218d2debf6d6f8dbbcb220 | |
parent | 7a3bae410df3dd0032509b97077d0c4d98276fdd [diff] |
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