From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:10:44 +0000 (+0100) Subject: GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031) X-Git-Tag: v3.13.0a1~950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2a9dfdee9de381e4adf29a7f1e2aec56580bfda;p=thirdparty%2FPython%2Fcpython.git GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031) Drop reference to Distutils in ``site.USER_BASE`` --- diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 44f90a3b9e49..ff9e9107f9d1 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 `. See also :envvar:`PYTHONUSERBASE`.