Files
cpython/Objects
Mark Dickinson b646757e01 Issue #1481296: (again!) Make conversion of a float NaN to an int or
long raise ValueError instead of returning 0.  Also, change the error
message for conversion of an infinity to an integer, replacing 'long' by
'integer', so that it's appropriate for both long(float('inf')) and
int(float('inf')).
2008-08-04 21:30:09 +00:00
..
2008-07-07 11:16:14 +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