mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH-15811)
* Adding dir_fd and follow_symlinks keyword args to shutil.chown * Extending test_shutil.TestShutil.test_chown to include new kwargs * Updating shutil.chown documentation Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Berker Peksag <berker.peksag@gmail.com> Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
parent
78ba4cb758
commit
8974a63f5e
5 changed files with 53 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
:func:`shutil.chown` now supports *dir_fd* and *follow_symlinks* keyword arguments.
|
||||
Loading…
Add table
Add a link
Reference in a new issue