Message 237723 - Python tracker

Message237723

Author ned.deily
Recipients benhoyt, larry, ned.deily, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2015-03-09.23:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425944120.6.0.0333598057805.issue23619@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding tests trying to write into the install directory tree, I'm pretty sure that there have been fixes added for those but I can't recall off the top of my head specific examples.  I think the best approach is to use a temporary, writable directory instead; if that's not practical, then the test case should be skipped.  I support fixing any tests that still currently fail due to this.
History
Date User Action Args
2015-03-09 23:35:20ned.deilysetrecipients: + ned.deily, terry.reedy, paul.moore, vstinner, larry, tim.golden, benhoyt, python-dev, zach.ware, steve.dower
2015-03-09 23:35:20ned.deilysetmessageid: <1425944120.6.0.0333598057805.issue23619@psf.upfronthosting.co.za>
2015-03-09 23:35:20ned.deilylinkissue23619 messages
2015-03-09 23:35:20ned.deilycreate