diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-02 23:39:40 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-02-02 23:39:40 (GMT) |
commit | 2b2106995504ba3479c2b9c5601d4f62f8476618 (patch) | |
tree | ef7f89c5010f88b7bd9249279f6b102cab25e7f7 /Doc | |
parent | bece7f2d361bb8cc9f2ba835114d52f9fc3a4604 (diff) | |
download | cpython-2b2106995504ba3479c2b9c5601d4f62f8476618.zip cpython-2b2106995504ba3479c2b9c5601d4f62f8476618.tar.gz cpython-2b2106995504ba3479c2b9c5601d4f62f8476618.tar.bz2 |
added a note in the whatsnew file for sysconfig
Diffstat (limited to 'Doc')
-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 c45fa00..db8f201 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 --------------------------------- |