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 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:21usetohandletrushsetrecipients: + usetohandletrush, docs@python
2022-02-17 18:12:21usetohandletrushsetmessageid: <1645121541.07.0.568386298101.issue46782@roundup.psfhosted.org>
2022-02-17 18:12:21usetohandletrushlinkissue46782 messages
2022-02-17 18:12:21usetohandletrushcreate