]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 77930 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 23:43:21 +0000 (23:43 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 23:43:21 +0000 (23:43 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77930 | tarek.ziade | 2010-02-03 00:39:40 +0100 (Wed, 03 Feb 2010) | 1 line

  added a note in the whatsnew file for sysconfig
........

Doc/whatsnew/2.7.rst

index be58df358ad08fe3f6738b11d3e14b5f3f506bb1..68315bd053f9c187562c609db24333d39666afdc 100644 (file)
@@ -825,6 +825,14 @@ changes, or look through the Subversion logs for all the details.
 .. ======================================================================
 .. whole new modules get described in subsections here
 
+* XXX A new :mod:`sysconfig` module has been extracted from :mod:`distutils`
+  and put in the standard library.
+
+  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.
+
+
 Unit Testing Enhancements
 ---------------------------------