[issue12183] Document behaviour of shutil.copy2 and copystat with symlinks

Ross Lagerwall report at bugs.python.org
Thu May 26 07:35:02 CEST 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

Python 3.3 (as yet unreleased) supports the lutimes function:
  http://docs.python.org/dev/py3k/library/os.html#os.lutimes
Python 2.7 is not getting any more features so it will not be added.

I'm changing the title to the second part of your question, documenting the behaviour of shutil.copy2 and copytree.

----------
nosy: +rosslagerwall
title: Python does not support lutime() function -> Document behaviour of shutil.copy2 and copystat with symlinks
versions: +Python 3.1, Python 3.2, Python 3.3 -Python 3.4

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


More information about the Python-bugs-list mailing list