[Python-checkins] cpython: Add versionchanged for a364719e400a (#11591)
eric.araujo
python-checkins at python.org
Wed Apr 27 16:38:53 CEST 2011
http://hg.python.org/cpython/rev/9a1ca0062950
changeset: 69620:9a1ca0062950
user: Éric Araujo <merwok at netwok.org>
date: Sun Apr 24 03:15:32 2011 +0200
summary:
Add versionchanged for a364719e400a (#11591)
files:
Doc/library/site.rst | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -19,6 +19,10 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list