[Python-checkins] cpython: #12191: added entry in What's New (+ small editing on shutil section)
sandro.tosi
python-checkins at python.org
Tue Aug 23 00:59:04 CEST 2011
http://hg.python.org/cpython/rev/f2cb733c9a37
changeset: 72044:f2cb733c9a37
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Tue Aug 23 00:58:21 2011 +0200
summary:
#12191: added entry in What's New (+ small editing on shutil section)
files:
Doc/whatsnew/3.3.rst | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -249,10 +249,13 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list