[issue18807] Allow venv to create copies, even when symlinks are supported

Barry A. Warsaw report at bugs.python.org
Wed Jun 4 19:55:57 CEST 2014


Barry A. Warsaw added the comment:

The os.chmod() will fail if path is a symlink.  At the very least it must be guarded by a `not os.path.islink()` call like above it.  I'll add this check to 3.4 and 3.5.

----------
nosy: +barry

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


More information about the Python-bugs-list mailing list