added a note in the whatsnew file for sysconfig
This commit is contained in:
parent
bece7f2d36
commit
2b21069955
|
@ -842,6 +842,14 @@ changes, or look through the Subversion logs for all the details.
|
||||||
.. ======================================================================
|
.. ======================================================================
|
||||||
.. whole new modules get described in subsections here
|
.. 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
|
Unit Testing Enhancements
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue