[issue15776] Allow pyvenv to work in existing directory

Antoine Pitrou report at bugs.python.org
Fri Aug 24 18:08:45 CEST 2012


Antoine Pitrou added the comment:

> It is bug in shutil.rmtree, right?

Read the documentation:

 shutil.rmtree(path, ignore_errors=False, onerror=None)

    Delete an entire directory tree; path must point to a directory (but
not a symbolic link to a directory)

----------

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


More information about the Python-bugs-list mailing list