bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28537)

(cherry picked from commit 55b45bf707)

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Miss Islington (bot) 2021-09-23 15:48:26 -07:00 committed by GitHub
parent b97f1f82a3
commit d672dd34f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,7 +191,8 @@ named :file:`spam.py` in a list of directories given by the variable
file is specified).
* :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the
shell variable :envvar:`PATH`).
* The installation-dependent default.
* The installation-dependent default (by convention including a
``site-packages`` directory, handled by the :mod:`site` module).
.. note::
On file systems which support symlinks, the directory containing the input