Tarek Ziadé <ziade.ta...@gmail.com> added the comment:

> Ideally I feel it should create the same symlink pointing to a 
> possibly missing file, since that's what '/bin/cp' does, 
> and shutil.copytree is broadly understood as a drop in replacement..

That's what would happen if the symlink option is set to True.
When False, copytree() is supposed to copy the file pointed by the symlink, so 
copying the symlink as a fallback in case the file doesn't exists seems wrong 
to me in case symlink=False

----------

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

Reply via email to