]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38623: Add note about site module (site-packages) (GH-16974)
authorPeter Bittner <django@bittner.it>
Thu, 23 Sep 2021 21:39:58 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 21:39:58 +0000 (23:39 +0200)
Doc/tutorial/modules.rst

index a495c50cbde880456a8cf21bac9f0eefd515a39d..f1d4957e37eb11a503c8d5e2e15ab5720ff63c05 100644 (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