From 1e069eeab728e142120d223d443bac0e8e213dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 23 Feb 2010 05:20:22 +0000 Subject: added a note on shutil new APIs --- Doc/whatsnew/2.7.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 7c48966..2ec9e62 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 -- cgit v0.12