This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients asvetlov, chris.jerdonek, gregory.p.smith
Date 2012-10-10.12:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349871682.42.0.803066776149.issue16185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-10 12:21:22chris.jerdoneksetrecipients: + chris.jerdonek, gregory.p.smith, asvetlov
2012-10-10 12:21:22chris.jerdoneksetmessageid: <1349871682.42.0.803066776149.issue16185@psf.upfronthosting.co.za>
2012-10-10 12:21:22chris.jerdoneklinkissue16185 messages
2012-10-10 12:21:22chris.jerdonekcreate