[issue45558] shutil.copytree: Give the option to disable copystat

2021-11-27 Thread Doron Behar
Doron Behar added the comment: > Can you provide a description of what motivated you to change the behavior or > what benefits this change would have for you or others? Sometimes, you wish to copy a whole directory from a read-only file system and you don't want it to be read-only in the

[issue45558] shutil.copytree: Give the option to disable copystat

2021-11-26 Thread Jason R. Coombs
New submission from Jason R. Coombs : Can you provide a description of what motivated you to change the behavior or what benefits this change would have for you or others? Do you know why others haven’t reported this need previously? -- nosy: +jaraco

[issue45558] shutil.copytree: Give the option to disable copystat

2021-10-21 Thread Doron Behar
Change by Doron Behar : -- keywords: +patch pull_requests: +27406 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29130 ___ Python tracker ___

[issue45558] shutil.copytree: Give the option to disable copystat

2021-10-21 Thread Doron Behar
Change by Doron Behar : -- components: Library (Lib) nosy: doronbehar priority: normal severity: normal status: open title: shutil.copytree: Give the option to disable copystat type: enhancement versions: Python 3.11 ___ Python tracker