[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978) (#117992)

(cherry picked from commit fccedbda93)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-04-17 17:05:35 +02:00 committed by GitHub
parent 2b68c81283
commit e95a535ea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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