summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-08-22 21:28:27 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-08-22 21:28:27 (GMT)
commitd902a14dd0ed29bda061f3c0e4cfe355f2763462 (patch)
tree37633787b7ecbbd8d71e558ee92429c1248d44d0 /Misc
parent6f2a683a0c4ec0b3fe3ed840336853ebf26004c0 (diff)
downloadcpython-d902a14dd0ed29bda061f3c0e4cfe355f2763462.zip
cpython-d902a14dd0ed29bda061f3c0e4cfe355f2763462.tar.gz
cpython-d902a14dd0ed29bda061f3c0e4cfe355f2763462.tar.bz2
#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd3e731..b2d9e84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1144,6 +1144,9 @@ Library
- 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
-----