From: Éric Araujo Date: Sun, 24 Apr 2011 01:15:32 +0000 (+0200) Subject: Add versionchanged for a364719e400a (#11591) X-Git-Tag: v3.3.0a1~2488^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1734516c2aa2099de85778e29e0a4b4f0dd6d03;p=python Add versionchanged for a364719e400a (#11591) --- diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 4b7a234446..23ce46504f 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -19,6 +19,10 @@ imported with no automatic modifications to the module search path. To explicitly trigger the usual site-specific additions, call the :func:`site.main` function. +.. versionchanged:: 3.3 + Importing the module used to trigger paths manipulation even when using + :option:`-S`. + .. index:: pair: site-python; directory pair: site-packages; directory