Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path.copy_stat ignores times and perms args #20

Open
jmuhlich opened this issue Mar 9, 2015 · 0 comments
Open

Path.copy_stat ignores times and perms args #20

jmuhlich opened this issue Mar 9, 2015 · 0 comments

Comments

@jmuhlich
Copy link

jmuhlich commented Mar 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant