changeset: 70405:6ee5443773cb user: Éric Araujo date: Fri May 06 18:50:08 2011 +0200 files: Doc/library/site.rst description: Also add versionchanged directive to the function doc (#11591) diff -r 6d9cb906c85e -r 6ee5443773cb Doc/library/site.rst --- a/Doc/library/site.rst Thu May 05 20:18:16 2011 +0200 +++ b/Doc/library/site.rst Fri May 06 18:50:08 2011 +0200 @@ -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.