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 steve.dower
Recipients berker.peksag, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-08-17.15:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534518803.66.0.56676864532.issue28113@psf.upfronthosting.co.za>
In-reply-to
Content
One other thing, I have come across some CI configurations recently where TEMP is not the best choice (e.g. when it's a mount point in a VM/container). It seems likely that at some point we'll centralize the "working directory" for the test suite in a way that can be overridden easily, so using one of the test.support members instead of %TEMP% directly will make that easier.
History
Date User Action Args
2018-08-17 15:13:23steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, berker.peksag, zach.ware, eryksun
2018-08-17 15:13:23steve.dowersetmessageid: <1534518803.66.0.56676864532.issue28113@psf.upfronthosting.co.za>
2018-08-17 15:13:23steve.dowerlinkissue28113 messages
2018-08-17 15:13:23steve.dowercreate