[issue23346] shutil.rmtree doesn't work correctly on FreeBSD.

Serhiy Storchaka report at bugs.python.org
Thu Jan 29 15:08:12 CET 2015


Serhiy Storchaka added the comment:

What if add a slash at the end of the path?

os.listdir(os.open('/tmp/test/', os.O_RDONLY))

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23346>
_______________________________________


More information about the Python-bugs-list mailing list