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, eric.araujo, mdk, terry.reedy, usetohandletrush
Date 2022-02-19.05:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645248671.1.0.348373478763.issue46782@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-19 05:31:11usetohandletrushsetrecipients: + usetohandletrush, terry.reedy, eric.araujo, docs@python, mdk
2022-02-19 05:31:11usetohandletrushsetmessageid: <1645248671.1.0.348373478763.issue46782@roundup.psfhosted.org>
2022-02-19 05:31:11usetohandletrushlinkissue46782 messages
2022-02-19 05:31:10usetohandletrushcreate