diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:20:09 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:20:09 (GMT) |
commit | 574b1d6a60ed88af366a55aa1d19abf2425ec0c5 (patch) | |
tree | 9e48e12bf3b122b321ebb3929654e91e10c65f60 /Doc/library/site.rst | |
parent | 4035aace1adbe76c42847cc76d77a50931fce484 (diff) | |
download | cpython-574b1d6a60ed88af366a55aa1d19abf2425ec0c5.zip cpython-574b1d6a60ed88af366a55aa1d19abf2425ec0c5.tar.gz cpython-574b1d6a60ed88af366a55aa1d19abf2425ec0c5.tar.bz2 |
More versionadded/versionchanged fixes
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 6 |
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 |