commit | 17b60f0367db0ae8cd6d4ce6a6ea8330b4802029 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri May 06 18:50:08 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri May 06 18:50:08 2011 +0200 |
tree | ba75438374d5efbf5e598077d0f1cbf19e881d29 | |
parent | 1e794f66f4503561f651547d08653d8ee3a87c34 [diff] [blame] |
Also add versionchanged directive to the function doc (#11591)
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 @@ 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.