8000 GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031) · python/cpython@f2a9dfd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2a9dfd

Browse files
authored
GH-92584: Drop reference to Distutils in site.USER_BASE (#108031)
Drop reference to Distutils in ``site.USER_BASE``
1 parent 42429d3 commit f2a9dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Module contents
189189
:func:`getuserbase` hasn't been called yet. Default value is
190190
:file:`~/.local` for UNIX and macOS non-framework builds,
191191
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
192-
:file:`{%APPDATA%}\\Python` for Windows. This value is used by Distutils to
192+
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
193193
compute the installation directories for scripts, data files, Python modules,
194194
etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
195195
See also :envvar:`PYTHONUSERBASE`.

0 commit comments

Comments
 (0)
0