8000 Update docs. · python/cpython@46d6e14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46d6e14

Browse files
Update docs.
1 parent 379790c commit 46d6e14

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Doc/library/shutil.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ Directory and files operations
434434

435435
.. versionadded:: 3.3
436436

437-
.. versionchanged:: 3.9
438-
Added *dir_fd* and *follow_symlinks* parameters.
437+
.. versionchanged:: 3.13
438+
Added *dir_fd* and *follow_symlinks* parameters.
439439

440440

441441
.. function:: which(cmd, mode=os.F_OK | os.X_OK, path=None)

Doc/whatsnew/3.13.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ os
268268
``False`` on Windows.
269269
(Contributed by Serhiy Storchaka in :gh:`59616`)
270270

271+
* Add support of *dir_fd* and *follow_symlinks* keyword arguments in
272+
:func:`shutil.chown`.
273+
(Contributed by Berker Peksag and Tahia K in :gh:`62308`)
274+
271275
pathlib
272276
-------
273277

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
:func:`shutil.chown` now includes *dir_fd* and *follow_symlinks* keyword arguments.
1+
:func:`shutil.chown` now supports *dir_fd* and *follow_symlinks* keyword arguments.

0 commit comments

Comments
 (0)
0