This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doronbehar
Recipients doronbehar, jaraco
Date 2021-11-27.23:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638054098.44.0.82698014554.issue45558@roundup.psfhosted.org>
In-reply-to
Content
> 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 destination.

> Do you know why others haven’t reported this need previously?

On NixOS all of the files that belong to packages are read-only. I encountered the need for this feature in GNURadio, at:

https://github.com/gnuradio/gnuradio/pull/5227

The following Stack overflow question also suggests the need for this functionality is a bit common:

https://stackoverflow.com/a/17022146/4935114
History
Date User Action Args
2021-11-27 23:01:38doronbeharsetrecipients: + doronbehar, jaraco
2021-11-27 23:01:38doronbeharsetmessageid: <1638054098.44.0.82698014554.issue45558@roundup.psfhosted.org>
2021-11-27 23:01:38doronbeharlinkissue45558 messages
2021-11-27 23:01:38doronbeharcreate