This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: OverflowWarning still in 2.5 despite docstring
Type: Stage:
Components: Extension Modules Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jimjjewett
Priority: normal Keywords:

Created on 2006-05-25 21:03 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28645 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-05-25 21:03
>>> OverflowWarning.__doc__
"Base class for warnings about numeric overflow.  Won'
t exist in Python 2.5."

>>> sys.version
'2.5a2 (r25a2:45740, Apr 27 2006, 06:31:19) [MSC v.
1310 32 bit (Intel)]'

msg28646 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-29 14:46
Logged In: YES 
user_id=849994

OverflowWarning has vanished in the exception types rewrite.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43413
2006-05-25 21:03:42jimjjewettcreate