Unipath icon indicating copy to clipboard operation
Unipath copied to clipboard

Path.copy_stat ignores times and perms args

Open jmuhlich opened this issue 10 years ago • 0 comments

Path.copy_stat always copies both mtime/atime and mode, regardless of the times and perms args it is passed. Given the implementation of Path.copy, this means only times=True,perms=True and times=False,perms=False work properly. Passing True,False or False,True results in both times and perms being copied.

jmuhlich avatar Mar 09 '15 20:03 jmuhlich