]> granicus.if.org Git - python/commit
Stop producing or using OverflowWarning. PEP 237 thought this would
authorTim Peters <tim.peters@gmail.com>
Wed, 25 Aug 2004 02:14:08 +0000 (02:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 25 Aug 2004 02:14:08 +0000 (02:14 +0000)
commitc8854434790d3a281f0ea5a4714e5c01414413b0
treef6edfa8738087c52d1fb4e077bba738f2f42cd49
parent1fa040ba73db700debd9f5079fa2083a0937f8b6
Stop producing or using OverflowWarning.  PEP 237 thought this would
happen in 2.3, but nobody noticed it still was getting generated (the
warning was disabled by default).  OverflowWarning and
PyExc_OverflowWarning should be removed for 2.5, and left notes all over
saying so.
Doc/lib/libexcs.tex
Include/pyerrors.h
Lib/test/test_exceptions.py
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS
Objects/intobject.c
Python/exceptions.c