Issue 927232: Option to propagate errors from pkgutil (original) (raw)

Issue927232

Created on 2004-04-01 03:38 by exarkun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg45699 - (view) Author: Jean-Paul Calderone (exarkun) * (Python committer) Date: 2004-04-01 03:38
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.
msg45700 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-05-12 03:17
Logged In: YES user_id=3066 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. In addition, even if you *did* check this checkbox, a bug in SourceForge prevents attaching a file when *creating* an issue. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( )
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 40112
2004-04-01 03:38:31 exarkun create