Message136928
see
http://www.linuxquestions.org/questions/programming-9/utime-on-a-symbolic-link-743085/:
----------
Hello,
The API utime() is not available for symbolic links.
However, with kernel 2.6.22 lutimes() API allowed setting times on atime and mtime on symbolic links.
----------
Neither python 2.7 nor 3.4 support lutime() syscall.
So imlpementation of shutil.copy2() and shutil.copystat() under question for symlinks. Also it's not clear in documentation behaviour of these functions on symlinks. |
|
| Date |
User |
Action |
Args |
| 2011-05-26 04:42:00 | socketpair | set | recipients:
+ socketpair, docs@python |
| 2011-05-26 04:42:00 | socketpair | set | messageid: <[email protected]> |
| 2011-05-26 04:41:59 | socketpair | link | issue12183 messages |
| 2011-05-26 04:41:59 | socketpair | create | |
|