mirror of https://github.com/python/cpython
added a note on shutil new APIs
This commit is contained in:
parent
48cc8dc958
commit
1e069eeab7
|
@ -926,6 +926,9 @@ changes, or look through the Subversion logs for all the details.
|
||||||
:class:`ZipFile` constructor. (Contributed by Ronald Oussoren;
|
:class:`ZipFile` constructor. (Contributed by Ronald Oussoren;
|
||||||
:issue:`6003`.)
|
:issue:`6003`.)
|
||||||
|
|
||||||
|
* XXX the :mod:`shutil` module has now a :func:`make_archive` function
|
||||||
|
(see the module doc, contributed by Tarek)
|
||||||
|
|
||||||
|
|
||||||
New module: sysconfig
|
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
|
The :mod:`sysconfig` module provides access to Python's configuration
|
||||||
information like the list of installation paths and the 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
|
.. whole new modules get described in subsections here
|
||||||
|
|
Loading…
Reference in New Issue