[ python-Bugs-1495175 ] OverflowWarning still in 2.5 despite docstring

SourceForge.net noreply at sourceforge.net
Mon May 29 16:46:50 CEST 2006


Bugs item #1495175, was opened at 2006-05-25 21:03
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1495175&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: OverflowWarning still in 2.5 despite docstring

Initial Comment:
>>> 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)]'



----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-05-29 14:46

Message:
Logged In: YES 
user_id=849994

OverflowWarning has vanished in the exception types rewrite.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1495175&group_id=5470


More information about the Python-bugs-list mailing list