From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Sep 2021 22:48:06 +0000 (-0700) Subject: bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536) X-Git-Tag: v3.10.1~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87f97fe5e6434da51246d70af9e2cd7d63c29fba;p=thirdparty%2FPython%2Fcpython.git bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536) (cherry picked from commit 55b45bf707c6c8084db259fe2f8aa08e84ea0d99) Co-authored-by: Peter Bittner --- diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index a495c50cbde8..f1d4957e37eb 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -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