]> granicus.if.org Git - python/commitdiff
Also add versionchanged directive to the function doc (#11591)
authorÉric Araujo <merwok@netwok.org>
Fri, 6 May 2011 16:50:08 +0000 (18:50 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 6 May 2011 16:50:08 +0000 (18:50 +0200)
Doc/library/site.rst

index 23ce46504f443cd1a7952810f4fcb5ffd23a988c..46bd5dc6bd01e7fbfa907f21a09a8cd513eb8d5c 100644 (file)
@@ -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.