]> granicus.if.org Git - python/commit
#12191: add shutil.chown() to change user and/or group owner of a given path also...
authorSandro Tosi <sandro.tosi@gmail.com>
Mon, 22 Aug 2011 21:28:27 +0000 (23:28 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Mon, 22 Aug 2011 21:28:27 +0000 (23:28 +0200)
commitd902a14dd0ed29bda061f3c0e4cfe355f2763462
tree37633787b7ecbbd8d71e558ee92429c1248d44d0
parent6f2a683a0c4ec0b3fe3ed840336853ebf26004c0
#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
Doc/library/os.rst
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS