summaryrefslogtreecommitdiffstats
path: root/Doc/library/site.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 07:42:37 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-24 07:42:37 (GMT)
commit29636aeaccaf6a1412e0dc7c230db29cccf68381 (patch)
tree465707f480cd5e13d62360bb3b445273dd7b3eb8 /Doc/library/site.rst
parent14017b2a53d790512659e3eca812c96e06ea79c8 (diff)
downloadcpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.zip
cpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.tar.gz
cpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.tar.bz2
Use deprecated-removed directive, clean up a few markup issues around
deprecated directives.
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r--Doc/library/site.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index 2fdf303..e249bab 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -38,7 +38,7 @@ 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
+.. deprecated-removed:: 3.4 3.5
Support for the "site-python" directory will be removed in 3.5.
If a file named "pyvenv.cfg" exists one directory above sys.executable,