diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
commit | a199368b230026fa37987852fe8802992a126ab7 (patch) | |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/sysconfig.rst | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c (diff) | |
download | cpython-a199368b230026fa37987852fe8802992a126ab7.zip cpython-a199368b230026fa37987852fe8802992a126ab7.tar.gz cpython-a199368b230026fa37987852fe8802992a126ab7.tar.bz2 |
More source links.
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r-- | Doc/library/sysconfig.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 773480b..1e89bd0 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -5,10 +5,15 @@ :synopsis: Python's configuration information .. moduleauthor:: Tarek Ziade <tarek@ziade.org> .. sectionauthor:: Tarek Ziade <tarek@ziade.org> -.. versionadded:: 3.2 .. index:: single: configuration information +**Source code:** :source:`Lib/sysconfig.py` + +.. versionadded:: 3.2 + +-------------- + 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. |