[issue32847] Add DirectoryNotEmptyError subclass of OSError

Antoine Pitrou report at bugs.python.org
Thu Aug 29 10:41:21 EDT 2019


Antoine Pitrou <pitrou at free.fr> added the comment:

According to POSIX, the only system calls that can fail with ENOTEMPTY are rmdir(), rename() and unlinkat().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32847>
_______________________________________


More information about the Python-bugs-list mailing list