mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Update URL to distutils configuration files docs (#6004)
## Summary The existing URL 404s: https://docs.python.org/3/install/index.html#distutils-configuration-files ...since the `/3/` route now resolves to Python 3.12, where `distutils` has been removed: https://docs.python.org/3.12/whatsnew/3.12.html#distutils The Python 3.11 docs are the most recent where the page still exists: https://docs.python.org/3.11/install/index.html#distutils-configuration-files ## Test Plan N/A
This commit is contained in:
parent
42e191013b
commit
9e4c6a76d4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ VIRTUALENV_PATCH_FILE = os.path.join(__file__)
|
|||
def patch_dist(dist):
|
||||
"""
|
||||
Distutils allows user to configure some arguments via a configuration file:
|
||||
https://docs.python.org/3/install/index.html#distutils-configuration-files.
|
||||
https://docs.python.org/3.11/install/index.html#distutils-configuration-files.
|
||||
|
||||
Some of this arguments though don't make sense in context of the virtual environment files, let's fix them up.
|
||||
""" # noqa: D205
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue