[ python-Bugs-875471 ] Make popen raise an exception if cmd doesn't
exist
SourceForge.net
noreply at sourceforge.net
Mon Jan 12 11:27:37 EST 2004
Bugs item #875471, was opened at 2004-01-12 11:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875471&group_id=5470
Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicolas Fleury (nidoizo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make popen raise an exception if cmd doesn't exist
Initial Comment:
Right now, there's seems to be no difference between
executing a command that doesn't exist and a command
returning 1. It would be more practical to raise an
exception when trying to execute a system command that
doesn't exist, since it's always an error, and
providing the user the capability to give different
error messages.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875471&group_id=5470
More information about the Python-bugs-list
mailing list