]> granicus.if.org Git - python/commitdiff
added a note on shutil new APIs
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 23 Feb 2010 05:20:22 +0000 (05:20 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 23 Feb 2010 05:20:22 +0000 (05:20 +0000)
Doc/whatsnew/2.7.rst

index 7c48966f8c73f09c7946c952075c5f610bdf2bdf..2ec9e624d096cde9886b0c976f1092b07594de8b 100644 (file)
@@ -926,6 +926,9 @@ changes, or look through the Subversion logs for all the details.
   :class:`ZipFile` constructor.  (Contributed by Ronald Oussoren;
   :issue:`6003`.)
 
+* XXX the :mod:`shutil` module has now a :func:`make_archive` function
+  (see the module doc, contributed by Tarek)
+
 
 New module: sysconfig
 ---------------------------------
@@ -935,7 +938,7 @@ XXX A new :mod:`sysconfig` module has been extracted from
 
 The :mod:`sysconfig` module provides access to Python's configuration
 information like the list of installation paths and the configuration
-variables relevant for the current platform.
+variables relevant for the current platform. (contributed by Tarek)
 
 .. ======================================================================
 .. whole new modules get described in subsections here