[Python-checkins] r78360 - python/trunk/Doc/whatsnew/2.7.rst
tarek.ziade
python-checkins at python.org
Tue Feb 23 06:20:22 CET 2010
Author: tarek.ziade
Date: Tue Feb 23 06:20:22 2010
New Revision: 78360
Log:
added a note on shutil new APIs
Modified:
python/trunk/Doc/whatsnew/2.7.rst
Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst (original)
+++ python/trunk/Doc/whatsnew/2.7.rst Tue Feb 23 06:20:22 2010
@@ -926,6 +926,9 @@
: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 @@
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
More information about the Python-checkins
mailing list