mirror of https://github.com/python/cpython
Add versionchanged for a364719e400a (#11591)
This commit is contained in:
parent
405d77872b
commit
b1734516c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue