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 travis.thieman
Recipients charpov, gregory.p.smith, ronaldoussoren, travis.thieman, tshepang
Date 2014-11-15.21:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416087765.37.0.169020876506.issue22536@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch includes the first element in args in _execute_child to the OSError exception subclass. This correctly populates the 'filename' field on the resulting exception. A test is also included that fails without the patch.
History
Date User Action Args
2014-11-15 21:42:45travis.thiemansetrecipients: + travis.thieman, gregory.p.smith, ronaldoussoren, tshepang, charpov
2014-11-15 21:42:45travis.thiemansetmessageid: <1416087765.37.0.169020876506.issue22536@psf.upfronthosting.co.za>
2014-11-15 21:42:45travis.thiemanlinkissue22536 messages
2014-11-15 21:42:45travis.thiemancreate