diff options
author | Guido van Rossum <guido@python.org> | 2003-02-12 20:48:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-12 20:48:22 (GMT) |
commit | 47710656e53717b8369b72efcc486287f61bd69e (patch) | |
tree | 865a2fa565460d12a191b62daab1531f4403923e /Mac/Include | |
parent | 3288f592cba8476faaa9412548be575df3f4d573 (diff) | |
download | cpython-47710656e53717b8369b72efcc486287f61bd69e.zip cpython-47710656e53717b8369b72efcc486287f61bd69e.tar.gz cpython-47710656e53717b8369b72efcc486287f61bd69e.tar.bz2 |
Issue a warning when int('0...', 0) returns an int with the sign
folded; this will change in Python 2.4. On a 32-bit machine, this
happens for 0x80000000 through 0xffffffff, and for octal constants in
the same value range. No warning is issued if an explicit base is
given, *or* if the string contains a sign (since in those cases no
sign folding ever happens).
Diffstat (limited to 'Mac/Include')
0 files changed, 0 insertions, 0 deletions