diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-05-04 16:50:06 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-05-04 16:50:06 +0000 |
commit | 7eab65d74f78eefeebca617a9fceb1ad56125936 (patch) | |
tree | 1928bb429b6fb92ea083aac77ba7118ae5bf8afb /Python/dynload_win.c | |
parent | 47f8f4bdb551b4eee552418b2673fa6598f67336 (diff) | |
download | cpython-git-7eab65d74f78eefeebca617a9fceb1ad56125936.tar.gz |
Blocked revisions 80758-80759 via svnmerge
........
r80758 | mark.dickinson | 2010-05-04 17:18:25 +0100 (Tue, 04 May 2010) | 9 lines
Issue #1533: fix inconsistency in range function argument processing:
any non-float non-integer argument is now converted to an integer (if
possible) using its __int__ method. Previously, only small arguments
were treated this way; larger arguments (those whose __int__ was
outside the range of a C long) would produce a TypeError.
Patch by Alexander Belopolsky (with minor modifications).
........
r80759 | mark.dickinson | 2010-05-04 17:19:06 +0100 (Tue, 04 May 2010) | 1 line
Fix trailing whitespace.
........
Diffstat (limited to 'Python/dynload_win.c')
0 files changed, 0 insertions, 0 deletions