GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031) · python/cpython@f2a9dfd

GitHub

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`.