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 eryksun
Recipients eryksun, iamsav, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-12.03:18:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568258334.58.0.0713573562105.issue38081@roundup.psfhosted.org>
In-reply-to
Content
In addition to ERROR_INVALID_FUNCTION (1), ERROR_INVALID_PARAMETER (87),  and ERROR_NOT_SUPPORTED (50) for an unsupported device, and ERROR_BAD_NET_NAME (67) for a missing server or share, it should also allow common permission errors:

    ERROR_ACCESS_DENIED (5)
        C:/Users/someone_else
        C:/Temp/deleted_but_still_linked_file
        E:/locked_volume

    ERROR_NOT_READY (21)
        D:/no_media

    ERROR_SHARING_VIOLATION (32)
        C:/pagefile.sys
History
Date User Action Args
2019-09-12 03:18:54eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, miss-islington, iamsav
2019-09-12 03:18:54eryksunsetmessageid: <1568258334.58.0.0713573562105.issue38081@roundup.psfhosted.org>
2019-09-12 03:18:54eryksunlinkissue38081 messages
2019-09-12 03:18:54eryksuncreate