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

2019-04-26 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-15 Thread Mark Lawrence

Mark Lawrence added the comment:

Slipped under the radar?

--
nosy: +BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-10-10 Thread Chris Jerdonek

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com