[issue12702] shutil.copytree() should use os.lutimes() to copy the metadata of symlinks

Ned Deily report at bugs.python.org
Sun Aug 7 00:13:57 CEST 2011


Ned Deily <nad at acm.org> added the comment:

Keep in mind that os.lutimes() may not be available on the platform so the patch will need to test for that.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list