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 barry, eryksun, pitrou, vstinner
Date 2019-08-29.14:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567089425.69.0.693906181029.issue32847@roundup.psfhosted.org>
In-reply-to
Content
> I have no opinion about "errno 39 (Directory not empty)". 
> Is it a "common" error?

Python's code base never specifically handles ENOTEMPTY. On the other hand, in terms of basic operations on files and directories, I think implementing DirectoryNotEmptyError follows naturally from the existing set: FileNotFoundError, FileExistsError, NotADirectoryError, and IsADirectoryError.
History
Date User Action Args
2019-08-29 14:37:05eryksunsetrecipients: + eryksun, barry, pitrou, vstinner
2019-08-29 14:37:05eryksunsetmessageid: <1567089425.69.0.693906181029.issue32847@roundup.psfhosted.org>
2019-08-29 14:37:05eryksunlinkissue32847 messages
2019-08-29 14:37:05eryksuncreate