Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Doc/library/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,10 @@ Module contents

Return a list containing all global site-packages directories.
Comment thread
StanFromIreland marked this conversation as resolved.

For each directory present in *prefixes* (or :data:`PREFIXES` if *prefixes*
is ``None``), this function will find its site-packages subdirectory
depending on the system environment, and will return a list of full paths.
For each directory given in *prefixes* (or :data:`PREFIXES` if *prefixes*
is ``None``), this function will compute its site-packages subdirectory
depending on the system environment, and will return a list of full paths,
which are not checked for existence.

.. versionadded:: 3.2

Expand Down
Loading