diff options
| author | Brett Cannon <brett@python.org> | 2013-10-25 15:45:42 -0400 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2013-10-25 15:45:42 -0400 |
| commit | 502834cf3c6add73507b709b2f65d5118ec3a735 (patch) | |
| tree | 28c093fd03b976fb1e4b9d4e4f61d6d81bc168ec /Doc/library | |
| parent | a20800d1d93bf83c131523f14271a34641f1f588 (diff) | |
| parent | 3b2f0f045903ba9f24d92c053bd6d0fc8561973f (diff) | |
| download | cpython-git-502834cf3c6add73507b709b2f65d5118ec3a735.tar.gz | |
merge
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/site.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 2175c3e2e7..d93e938b5c 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -38,6 +38,9 @@ Unix and Macintosh). For each of the distinct head-tail combinations, it sees if it refers to an existing directory, and if so, adds it to ``sys.path`` and also inspects the newly added path for configuration files. +.. deprecated:: 3.4 + Support for the "site-python" directory will be removed in 3.5. + If a file named "pyvenv.cfg" exists one directory above sys.executable, sys.prefix and sys.exec_prefix are set to that directory and it is also checked for site-packages and site-python (sys.base_prefix and |
