Files
cpython/Objects
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-24 05:04:52 +00:00
2008-08-22 19:47:25 +00:00
2008-07-24 07:04:55 +00:00
2008-07-30 17:45:10 +00:00
2006-08-01 16:24:30 +00:00
2008-08-24 05:04:52 +00:00