]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir...
authorNice Zombies <nineteendo19d0@gmail.com>
Wed, 17 Apr 2024 14:59:02 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 14:59:02 +0000 (14:59 +0000)
Doc/library/os.rst

index e2bd481fa30b0dd413771f406c925aa89ed35e7e..06ec7da14ebfaebabaef7e85c163eb0e10579ec6 100644 (file)
@@ -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