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 vstinner
Recipients jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-11.00:42:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494463352.59.0.559117399344.issue30334@psf.upfronthosting.co.za>
In-reply-to
Content
My following backport fixed test_startfile on x86 Windows7 3.x, so I close the issue.

New changeset 3837d9797c14c13d170256143c841d29645e772a by Victor Stinner in branch '2.7':
bpo-15526: test_startfile changes the cwd (#1537)
https://github.com/python/cpython/commit/3837d9797c14c13d170256143c841d29645e772a
History
Date User Action Args
2017-05-11 00:42:32vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, steve.dower
2017-05-11 00:42:32vstinnersetmessageid: <1494463352.59.0.559117399344.issue30334@psf.upfronthosting.co.za>
2017-05-11 00:42:32vstinnerlinkissue30334 messages
2017-05-11 00:42:31vstinnercreate