[Python-checkins] GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)

vstinner webhook-mailer at python.org
Wed Aug 16 12:10:47 EDT 2023


https://github.com/python/cpython/commit/f2a9dfdee9de381e4adf29a7f1e2aec56580bfda
commit: f2a9dfdee9de381e4adf29a7f1e2aec56580bfda
branch: main
author: Adam Turner <9087854+AA-Turner at users.noreply.github.com>
committer: vstinner <vstinner at python.org>
date: 2023-08-16T18:10:44+02:00
summary:

GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)

Drop reference to Distutils in ``site.USER_BASE``

files:
M Doc/library/site.rst

diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index 44f90a3b9e496..ff9e9107f9d16 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -189,7 +189,7 @@ Module contents
    :func:`getuserbase` hasn't been called yet.  Default value is
    :file:`~/.local` for UNIX and macOS non-framework builds,
    :file:`~/Library/Python/{X.Y}` for macOS framework builds, and
-   :file:`{%APPDATA%}\\Python` for Windows.  This value is used by Distutils to
+   :file:`{%APPDATA%}\\Python` for Windows.  This value is used to
    compute the installation directories for scripts, data files, Python modules,
    etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
    See also :envvar:`PYTHONUSERBASE`.



More information about the Python-checkins mailing list