- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message329232
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 | serhiy.storchaka |
|---|---|
| Recipients | Laurent.Mazuel, altendky, eryksun, georg.brandl, masthana, serhiy.storchaka |
| Date | 2018-11-04.14:53:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541343229.92.0.788709270274.issue26660@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PR 10320 solves problems with file mode and flags which can be set by os.chmod() and os.chflags() by unprivileged user. Was tested on Linux, FreeBSD and Windows. It doesn't solve problem when files was made immutable by chattr on Linux. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-04 14:53:50 | serhiy.storchaka | set | recipients: + serhiy.storchaka, georg.brandl, Laurent.Mazuel, eryksun, altendky, masthana |
| 2018-11-04 14:53:49 | serhiy.storchaka | set | messageid: <1541343229.92.0.788709270274.issue26660@psf.upfronthosting.co.za> |
| 2018-11-04 14:53:49 | serhiy.storchaka | link | issue26660 messages |
| 2018-11-04 14:53:49 | serhiy.storchaka | create | |

