[New-bugs-announce] [issue46782] Docs error for 3.10

sjndlnv brjkbn report at bugs.python.org
Thu Feb 17 13:12:21 EST 2022


New submission from sjndlnv brjkbn <usetohandletrush at gmail.com>:

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)

----------
assignee: docs at python
components: Documentation
messages: 413425
nosy: docs at python, usetohandletrush
priority: normal
severity: normal
status: open
title: Docs error for 3.10
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46782>
_______________________________________


More information about the New-bugs-announce mailing list