Skip to content

Commit 55b45bf

Browse files
authored
bpo-38623: Add note about site module (site-packages) (GH-16974)
1 parent 91099e2 commit 55b45bf

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)