]> granicus.if.org Git - python/commit
Ignore OverflowWarning by default. To enable the warning, use
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 03:07:42 +0000 (03:07 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 03:07:42 +0000 (03:07 +0000)
commitacc21d8814cf9f43c12052419cbb25e6570c6b32
tree612c04036b51a5b944945042074b368c6a2d6956
parente27f795b72c11e18e1e28e939e4713992d4f6189
Ignore OverflowWarning by default.  To enable the warning, use

python -Wdefault

or

python -Wdefault::OverflowWarning
Lib/warnings.py