New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) #20621
Conversation
Hi @remilapeyre, apologies for responding after a long time.
Currently the main documentation does not have the ambiguity that exists in help('os.chmod'): It avoids this in part by not getting into the details of what the values of mode are; by abstracting away some of that complexity in the stat module. I feel that changing it could be changing documentation that has little issues to make it align with the help blurb?
On my system it currently (3.8.3) says: Would you like to be added explicit descriptions for |
Hi, @remilapeyre, I need to know if this is still considered a documentation change that does not need a NEWS entry or whether I should generate one please. |
Thanks for making the changes @amaajemyfren ! Can you please fix the conflicts with the |
@amaajemyfren sorry this PR fell out of people’s radar — could you merge the main branch and regenerate the file? |
https://bugs.python.org/issue25377