Skip to content

Commit 87f97fe

Browse files
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
(cherry picked from commit 55b45bf) Co-authored-by: Peter Bittner <[email protected]>
1 parent 809d298 commit 87f97fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/tutorial/modules.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ named :file:`spam.py` in a list of directories given by the variable
191191
file is specified).
192192
* :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the
193193
shell variable :envvar:`PATH`).
194-
* The installation-dependent default.
194+
* The installation-dependent default (by convention including a
195+
``site-packages`` directory, handled by the :mod:`site` module).
195196

196197
.. note::
197198
On file systems which support symlinks, the directory containing the input

0 commit comments

Comments
 (0)