| commit | b646757e01d51c242eef2f9802f1ca6836a5804a | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Mon Aug 04 21:30:09 2008 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Mon Aug 04 21:30:09 2008 +0000 |
| tree | f0976c5dcec20fa8bf42db406006df4058e394a1 | |
| parent | ff6868cf10409441666d462af7df6a04faa45d1c [diff] |
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')).