From b1734516c2aa2099de85778e29e0a4b4f0dd6d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 24 Apr 2011 03:15:32 +0200 Subject: Add versionchanged for a364719e400a (#11591) --- Doc/library/site.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 4b7a234..23ce465 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 -- cgit v0.12