Eryk Sun <eryk...@gmail.com> added the comment:

> 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.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to