commit | ae347b33befbbf9068473f373def1620f2bab805 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 23 02:56:07 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 23 02:56:07 2001 +0000 |
tree | f82182465c6a204ea254d08c0a5efd506a124449 | |
parent | 7c198d3cde570e0429ae05bf101d61512e7346f2 [diff] |
Introduce OverflowWarning -- to be issued when short int operations are overflowing and a long int operation is substituted.