]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Apr 2024 15:05:35 +0000 (17:05 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 15:05:35 +0000 (15:05 +0000)
(cherry picked from commit fccedbda9316d52d93b2db855c07f947fab26ae2)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Doc/library/os.rst

index 870e110b6c49bcbe0b88b9ad39cdc9a3497c7e2c..3c295b2e8a1d1017771b3ce0459ae7134eff5517 100644 (file)
@@ -2068,7 +2068,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.
 
@@ -2095,7 +2095,7 @@ features:
       The function is limited on Emscripten and 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.
 
@@ -2236,7 +2236,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