diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-23 05:30:31 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-23 05:30:31 (GMT) |
commit | 396fad7a47072895d9153c60ee91e8b5327c8a4d (patch) | |
tree | e8b57530e6a070764578f87e2b27945c1fdc5227 /Doc/whatsnew | |
parent | e04deb1abe4173d15bbea0fd6263a06b820dad8f (diff) | |
download | cpython-396fad7a47072895d9153c60ee91e8b5327c8a4d.zip cpython-396fad7a47072895d9153c60ee91e8b5327c8a4d.tar.gz cpython-396fad7a47072895d9153c60ee91e8b5327c8a4d.tar.bz2 |
Merged revisions 78359-78360 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78359 | tarek.ziade | 2010-02-23 00:16:41 -0500 (Tue, 23 Feb 2010) | 1 line
added make_archive (and secondary APIs) to shutil
........
r78360 | tarek.ziade | 2010-02-23 00:20:22 -0500 (Tue, 23 Feb 2010) | 1 line
added a note on shutil new APIs
........
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 077f902..4a2d9bc 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -877,6 +877,9 @@ changes, or look through the Subversion logs for all the details. accepts a file object, in addition to the path names accepted in earlier versions. (Contributed by Gabriel Genellina; :issue:`4756`.) +* XXX the :mod:`shutil` module has now a :func:`make_archive` function + (see the module doc, contributed by Tarek) + .. ====================================================================== .. whole new modules get described in subsections here |