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 serhiy.storchaka
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-09-18.09:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442569438.18.0.0239945690998.issue25101@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, using TemporaryFile for testing write access is not good on Windows, because there is an issue with TemporaryFile that it repeats attempts to create a file in read-only directory.

Updated patch used constant file name.
History
Date User Action Args
2015-09-18 09:43:58serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-18 09:43:58serhiy.storchakasetmessageid: <1442569438.18.0.0239945690998.issue25101@psf.upfronthosting.co.za>
2015-09-18 09:43:58serhiy.storchakalinkissue25101 messages
2015-09-18 09:43:58serhiy.storchakacreate