]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#12191: added entry in What's New (+ small editing on shutil section)
authorSandro Tosi <sandro.tosi@gmail.com>
Mon, 22 Aug 2011 22:58:21 +0000 (00:58 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Mon, 22 Aug 2011 22:58:21 +0000 (00:58 +0200)
Doc/whatsnew/3.3.rst

index 3036a3ed81b58f37142214f2300d6a17cedbce4e..de3f2ed2a0c85a0ade975f05fe1f42ed7f9bf326 100644 (file)
@@ -249,10 +249,13 @@ handle NAT with non-secure FTP without opening fixed ports.
 shutil
 ------
 
-The :mod:`shutil` module has a new :func:`~shutil.disk_usage` function providing total,
-used and free disk space statistics.
+* The :mod:`shutil` module has these new fuctions:
 
-(Contributed by Giampaolo RodolĂ  in :issue:`12442`)
+  * :func:`~shutil.disk_usage`: provides total, used and free disk space
+    statistics. (Contributed by Giampaolo RodolĂ  in :issue:`12442`)
+  * :func:`~shutil.chown`: allows one to change user and/or group of the given
+    path also specifying the user/group names and not only their numeric
+    ids. (Contributed by Sandro Tosi in :issue:`12191`)
 
 
 Optimizations