diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-23 05:20:22 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-23 05:20:22 (GMT) |
commit | 1e069eeab728e142120d223d443bac0e8e213dca (patch) | |
tree | efb4f303ce2d757dcd31729530651c6923fad665 | |
parent | 48cc8dc958165053af6d52426743db365786c7bb (diff) | |
download | cpython-1e069eeab728e142120d223d443bac0e8e213dca.zip cpython-1e069eeab728e142120d223d443bac0e8e213dca.tar.gz cpython-1e069eeab728e142120d223d443bac0e8e213dca.tar.bz2 |
added a note on shutil new APIs
-rw-r--r-- | Doc/whatsnew/2.7.rst | 5 |
1 files changed, 4 insertions, 1 deletions
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 |