diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-02 23:43:21 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-02 23:43:21 (GMT) |
commit | ba0eacffd8a421ef6d12508585e09da3c07bc802 (patch) | |
tree | 986d16da1ca494bd0b65fd56d4ad1d9b76e765c8 /Doc/whatsnew/2.7.rst | |
parent | 096d21318021ba24e4f591669a6da8adeaa68c7f (diff) | |
download | cpython-ba0eacffd8a421ef6d12508585e09da3c07bc802.zip cpython-ba0eacffd8a421ef6d12508585e09da3c07bc802.tar.gz cpython-ba0eacffd8a421ef6d12508585e09da3c07bc802.tar.bz2 |
Merged revisions 77930 via svnmerge from
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
........
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index be58df3..68315bd 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 --------------------------------- |