[issue46782] Docs error for 3.10

sjndlnv brjkbn report at bugs.python.org
Sat Feb 19 00:31:11 EST 2022


sjndlnv brjkbn <usetohandletrush at gmail.com> added the comment:

I found out that this issue can be fixed by set ``autodoc_preserve_defaults`` to True [(From sphinx-doc)](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_preserve_defaults)

On the other hand. I test ``Path.mkdir(mode=511)`` on my mac. It's the same as ``Path.mkdir(mode=0o77)``

But it's not the same on my company's dev linux server.

I will double check this part on Monday.

----------

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


More information about the Python-bugs-list mailing list