Files
cpython/Lib
Amaury Forgeot d'Arc d3ffb8974f #3777: long(4.2) returned an int, and broke backward compatibility.
the __long__ slot is allowed to return either int or long, but the behaviour of
float objects should not change between 2.5 and 2.6.

Reviewed by Benjamin Peterson
2008-09-09 07:24:30 +00:00
..
2008-08-21 01:15:08 +00:00
2008-09-01 17:10:46 +00:00
2008-08-24 05:04:52 +00:00
2008-08-19 19:07:38 +00:00
2008-08-18 00:36:52 +00:00
2008-08-20 02:15:42 +00:00