Message413425
| Author | usetohandletrush |
|---|---|
| Recipients | docs@python, usetohandletrush |
| Date | 2022-02-17.18:12:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1645121541.07.0.568386298101.issue46782@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Document for 3.10 version seems auto convert 0o777 to 511. And it's correct for 3.9 (May be due to new version of Sphinx? Seems source code for docs are correct.) [img]https://i.imgur.com/ByWSJ6A.png[/img] [img]https://i.imgur.com/rK0romC.png[/img] [img]https://i.imgur.com/WXYMcrT.png[/img] [img]https://i.imgur.com/W5YskgQ.png[/img] It may misleading user. If we use os.mkdir(mode=511), it's not equal to use os.mkdir(mode=0o777) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-02-17 18:12:21 | usetohandletrush | set | recipients: + usetohandletrush, docs@python |
| 2022-02-17 18:12:21 | usetohandletrush | set | messageid: <1645121541.07.0.568386298101.issue46782@roundup.psfhosted.org> |
| 2022-02-17 18:12:21 | usetohandletrush | link | issue46782 messages |
| 2022-02-17 18:12:21 | usetohandletrush | create | |