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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to