mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
* 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>
1 line
84 B
ReStructuredText
1 line
84 B
ReStructuredText
:func:`shutil.chown` now supports *dir_fd* and *follow_symlinks* keyword arguments.
|