diff options
author | amaajemyfren <32741226+amaajemyfren@users.noreply.github.com> | 2022-12-21 17:48:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 17:48:25 (GMT) |
commit | bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389 (patch) | |
tree | 7a5f89beefc38379066c609bf72845037fbefa9b /Misc/NEWS.d/next/Documentation | |
parent | d713c54ac8a2eba0616a5a07714696d935f1062e (diff) | |
download | cpython-bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389.zip cpython-bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389.tar.gz cpython-bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389.tar.bz2 |
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20621)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-06-17-14-47-48.bpo-25377.CTxC6o.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-06-17-14-47-48.bpo-25377.CTxC6o.rst b/Misc/NEWS.d/next/Documentation/2020-06-17-14-47-48.bpo-25377.CTxC6o.rst new file mode 100644 index 0000000..019a1c4 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-06-17-14-47-48.bpo-25377.CTxC6o.rst @@ -0,0 +1 @@ +Clarify use of octal format of mode argument in help(os.chmod) as well as help(os.fchmod) |