commit | d902a14dd0ed29bda061f3c0e4cfe355f2763462 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Mon Aug 22 23:28:27 2011 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Mon Aug 22 23:28:27 2011 +0200 |
tree | 37633787b7ecbbd8d71e558ee92429c1248d44d0 | |
parent | 6f2a683a0c4ec0b3fe3ed840336853ebf26004c0 [diff] [blame] |
#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
diff --git a/Misc/NEWS b/Misc/NEWS index cd3e731..b2d9e84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1144,6 +1144,9 @@ - Issue #9347: Fix formatting for tuples in argparse type= error messages. +- Issue #12191: Added shutil.chown() to change user and/or group owner of a + given path also specifying their names. + Build -----