]> granicus.if.org Git - python/commitdiff
added a note in the whatsnew file for sysconfig
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 23:39:40 +0000 (23:39 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 23:39:40 +0000 (23:39 +0000)
Doc/whatsnew/2.7.rst

index c45fa00b695fd0514a9dc136e81bb6df586baad1..db8f2013c5e7926ce404640bb3abed1f9a01334f 100644 (file)
@@ -842,6 +842,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
 ---------------------------------