diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-25 16:22:11 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-25 16:22:11 (GMT) |
commit | 0f67a99fc982ebad6b489a319c2ac521d64ea11e (patch) | |
tree | 9893faddaac9028b054c3e652b0e0c43c1af08a8 /Doc | |
parent | 559b5f1ca0a5dec9d485f01895b61e3d7da5075c (diff) | |
parent | 17b60f0367db0ae8cd6d4ce6a6ea8330b4802029 (diff) | |
download | cpython-0f67a99fc982ebad6b489a319c2ac521d64ea11e.zip cpython-0f67a99fc982ebad6b489a319c2ac521d64ea11e.tar.gz cpython-0f67a99fc982ebad6b489a319c2ac521d64ea11e.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/site.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 23ce465..46bd5dc 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -129,6 +129,10 @@ empty, and the path manipulations are skipped; however the import of unless the :program:`python` interpreter was started with the :option:`-S` flag. + .. versionchanged:: 3.3 + This function used to be called unconditionnally. + + .. function:: addsitedir(sitedir, known_paths=None) Adds a directory to sys.path and processes its pth files. |