bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)

This commit is contained in:
Lukas Waymann 2019-04-09 15:27:36 +08:00 committed by Vinay Sajip
parent a8abe097c1
commit c324c74887

View file

@ -45,9 +45,9 @@ sys.prefix and sys.exec_prefix are set to that directory and
it is also checked for site-packages (sys.base_prefix and it is also checked for site-packages (sys.base_prefix and
sys.base_exec_prefix will always be the "real" prefixes of the Python sys.base_exec_prefix will always be the "real" prefixes of the Python
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
the key "include-system-site-packages" set to anything other than "false" the key "include-system-site-packages" set to anything other than "true"
(case-insensitive), the system-level prefixes will still also be (case-insensitive), the system-level prefixes will not be
searched for site-packages; otherwise they won't. searched for site-packages; otherwise they will.
.. index:: .. index::
single: # (hash); comment single: # (hash); comment