From 2b2106995504ba3479c2b9c5601d4f62f8476618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 2 Feb 2010 23:39:40 +0000 Subject: [PATCH] added a note in the whatsnew file for sysconfig --- Doc/whatsnew/2.7.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index c45fa00b695..db8f2013c5e 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 ---------------------------------