From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:05:35 +0000 (+0200) Subject: [3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os... X-Git-Tag: v3.12.4~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e95a535ea2915060759db66ae9e228a19f134125;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978) (#117992) (cherry picked from commit fccedbda9316d52d93b2db855c07f947fab26ae2) Co-authored-by: Nice Zombies --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 870e110b6c49..3c295b2e8a1d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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