[New-bugs-announce] [issue16185] include path in subprocess.Popen() file not found error messages on Windows

Chris Jerdonek report at bugs.python.org
Wed Oct 10 14:21:22 CEST 2012


New submission from Chris Jerdonek:

Currently, when subprocess.Popen() raises a FileNotFoundError on POSIX systems, the error message helpfully includes the path not found.  But it does not do so on Windows.

This issue is to include the path also in the messages of the corresponding errors on Windows.

See also the related issue 16114.

----------
components: Library (Lib)
messages: 172569
nosy: asvetlov, chris.jerdonek, gregory.p.smith
priority: normal
severity: normal
status: open
title: include path in subprocess.Popen() file not found error messages on Windows
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16185>
_______________________________________


More information about the New-bugs-announce mailing list