Improve the rmtree doc for dir_fd param addition in 3.11 (#118964)

This commit is contained in:
Nikita Sobolev 2024-05-13 14:04:14 +03:00 committed by GitHub
parent 9c15202441
commit b4ca389281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,7 +338,7 @@ Directory and files operations
before removing the junction. before removing the junction.
.. versionchanged:: 3.11 .. versionchanged:: 3.11
The *dir_fd* parameter. Added the *dir_fd* parameter.
.. versionchanged:: 3.12 .. versionchanged:: 3.12
Added the *onexc* parameter, deprecated *onerror*. Added the *onexc* parameter, deprecated *onerror*.