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 r.david.murray
Recipients andrewnester, christian.heimes, jwilk, r.david.murray, rhettinger, richardxia
Date 2017-03-27.21:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490649622.43.0.330584615222.issue29573@psf.upfronthosting.co.za>
In-reply-to
Content
His problem is that the file has already been deleted by the time the subprocess returns, so the unlink is going to raise an exception.
History
Date User Action Args
2017-03-27 21:20:22r.david.murraysetrecipients: + r.david.murray, rhettinger, christian.heimes, jwilk, andrewnester, richardxia
2017-03-27 21:20:22r.david.murraysetmessageid: <1490649622.43.0.330584615222.issue29573@psf.upfronthosting.co.za>
2017-03-27 21:20:22r.david.murraylinkissue29573 messages
2017-03-27 21:20:22r.david.murraycreate