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-05.22:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559775550.63.0.871340966461.issue36422@roundup.psfhosted.org>
In-reply-to
Content
(correcting typos)

What would be the appropriate behavior when unmount_func() fails (e.g. for a permission error)? Right now, any exceptions other than IsADirectoryError, PermissionError, and FileNotFoundError are passed on to the caller.
History
Date User Action Args
2019-06-05 22:59:10Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, riccardomurri, josh.r
2019-06-05 22:59:10Jeffrey.Kintschersetmessageid: <1559775550.63.0.871340966461.issue36422@roundup.psfhosted.org>
2019-06-05 22:59:10Jeffrey.Kintscherlinkissue36422 messages
2019-06-05 22:59:10Jeffrey.Kintschercreate