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 lilydjwg
Recipients lilydjwg, serhiy.storchaka, xtreak
Date 2018-11-03.06:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Yes issue26660 is similar but not the same. On Windows it seems a read-only file cannot be deleted while on Linux a file resident in a non-searchable directory cannot be deleted.

An onerror for TemporaryDirectory will work. Also I'd like to add an optional dir_fd argument for onerror.
History
Date User Action Args
2018-11-03 06:50:33lilydjwgsetrecipients: + lilydjwg, serhiy.storchaka, xtreak
2018-11-03 06:50:33lilydjwgsetmessageid: <[email protected]>
2018-11-03 06:50:33lilydjwglinkissue35144 messages
2018-11-03 06:50:33lilydjwgcreate