diff options
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 --------------------------------- |