summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNice Zombies <nineteendo19d0@gmail.com>2024-04-17 14:59:02 (GMT)
committerGitHub <noreply@github.com>2024-04-17 14:59:02 (GMT)
commitfccedbda9316d52d93b2db855c07f947fab26ae2 (patch)
tree6448f97328821727996a719ef096c3e73fff5205 /Doc
parent5a0209fc23de113747058858a4d2e5fc8213711e (diff)
downloadcpython-fccedbda9316d52d93b2db855c07f947fab26ae2.zip
cpython-fccedbda9316d52d93b2db855c07f947fab26ae2.tar.gz
cpython-fccedbda9316d52d93b2db855c07f947fab26ae2.tar.bz2
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (#117978)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index e2bd481..06ec7da 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2135,7 +2135,7 @@ features:
.. audit-event:: os.chmod path,mode,dir_fd os.chmod
- .. versionadded:: 3.3
+ .. versionchanged:: 3.3
Added support for specifying *path* as an open file descriptor,
and the *dir_fd* and *follow_symlinks* arguments.
@@ -2166,7 +2166,7 @@ features:
The function is limited on WASI, see :ref:`wasm-availability` for more
information.
- .. versionadded:: 3.3
+ .. versionchanged:: 3.3
Added support for specifying *path* as an open file descriptor,
and the *dir_fd* and *follow_symlinks* arguments.
@@ -2310,7 +2310,7 @@ features:
.. versionchanged:: 3.2
The *path* parameter became optional.
- .. versionadded:: 3.3
+ .. versionchanged:: 3.3
Added support for specifying *path* as an open file descriptor.
.. versionchanged:: 3.6