summaryrefslogtreecommitdiffstats
path: root/Doc/library/site.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-24 01:15:32 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-24 01:15:32 (GMT)
commitb1734516c2aa2099de85778e29e0a4b4f0dd6d03 (patch)
tree817fefaa7d2da396033405390c4ce5d397059b4b /Doc/library/site.rst
parent405d77872bebce732fcab8ca872c7cb7d3d20f36 (diff)
downloadcpython-b1734516c2aa2099de85778e29e0a4b4f0dd6d03.zip
cpython-b1734516c2aa2099de85778e29e0a4b4f0dd6d03.tar.gz
cpython-b1734516c2aa2099de85778e29e0a4b4f0dd6d03.tar.bz2
Add versionchanged for a364719e400a (#11591)
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r--Doc/library/site.rst4
1 files changed, 4 insertions, 0 deletions
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