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 Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, josh.r, riccardomurri
Date 2019-06-06.03:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559791585.72.0.0854090884073.issue36422@roundup.psfhosted.org>
In-reply-to
Content
Since tempfile.TemporaryDirectory() already returns some exceptions to the caller when it can't figure out how to delete a directory item, I don't see a problem with throwing PermissionError when encountering a mount point. This would preserve the 'rm -rf' semantics of the underlying shutil.rmtree() calls.
History
Date User Action Args
2019-06-06 03:26:25Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, riccardomurri, josh.r
2019-06-06 03:26:25Jeffrey.Kintschersetmessageid: <1559791585.72.0.0854090884073.issue36422@roundup.psfhosted.org>
2019-06-06 03:26:25Jeffrey.Kintscherlinkissue36422 messages
2019-06-06 03:26:25Jeffrey.Kintschercreate