[Python-bugs-list] [ python-Bugs-690435 ] apply fails to check if warning raises exception

SourceForge.net noreply@sourceforge.net
Thu, 20 Feb 2003 18:08:27 -0800


Bugs item #690435, was opened at 2003-02-20 17:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=690435&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Chapman (glchapman)
Assigned to: Nobody/Anonymous (nobody)
Summary: apply fails to check if warning raises exception

Initial Comment:
The apply builtin function now generates a 
PendingDeprecationWarning.  However, it fails to check 
if the warning has raised an exception.  Attached is a 
small patch which adds the check to apply.


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

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