[Patches] [ python-Patches-927232 ] Option to propagate errors from pkgutil

SourceForge.net noreply at sourceforge.net
Wed Mar 31 22:38:31 EST 2004


Patches item #927232, was opened at 2004-03-31 22:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=927232&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Jp Calderone (kuran)
Assigned to: Nobody/Anonymous (nobody)
Summary: Option to propagate errors from pkgutil

Initial Comment:
pkgutil currently catches IOErrors when opening files.
 Instead of letting the error be handled, it logs
something to stdout.  The attached patch adds an
optional parameter to extend_path which allows this
behavior to be changed to simply raise the exception.


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

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



More information about the Patches mailing list