[Patches] [ python-Patches-969907 ] Don't print to stdout in cookielib.py exception handler

SourceForge.net noreply at sourceforge.net
Thu Jun 24 19:39:32 EDT 2004


Patches item #969907, was opened at 2004-06-09 22:09
Message generated for change (Settings changed) made by jjlee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=969907&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 6
Submitted By: John J Lee (jjlee)
>Assigned to: Martin v. Löwis (loewis)
Summary: Don't print to stdout in cookielib.py exception handler 

Initial Comment:
There are a couple of blanket except: statements in
cookielib.  The idea is to handle any bugs in
cookielib's input handling that may be tickled by
unexpected input by issuing a warning instead of
letting the exception propagate.

Previously, in addition to issuing a warning, a
traceback was printed.  This patch makes the traceback
part of the warning, so it can be suppressed.

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

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



More information about the Patches mailing list