summaryrefslogtreecommitdiffstats
path: root/Doc/library/site.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r--Doc/library/site.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index e82edde..eb4079d 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -120,7 +120,7 @@ empty, and the path manipulations are skipped; however the import of
Returns a list containing all global site-packages directories
(and possibly site-python).
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
.. function:: getuserbase()
@@ -130,7 +130,7 @@ empty, and the path manipulations are skipped; however the import of
variable ``USER_BASE`` is not initialized yet, this function will also set
it.
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
.. function:: getusersitepackages()
@@ -139,7 +139,7 @@ empty, and the path manipulations are skipped; however the import of
If the global variable ``USER_SITE`` is not initialized yet, this
function will also set it.
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
.. XXX Update documentation
.. XXX document python -m site --user-base --user-site