8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81bd3f commit 09a73d5Copy full SHA for 09a73d5
Doc/whatsnew/3.12.rst
@@ -93,6 +93,13 @@ Important deprecations, removals or restrictions:
93
`the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
94
for advice on its replacement.
95
96
+* :gh:`95299`: Do not pre-install ``setupt 6A21 ools`` in virtual environments
97
+ created with :mod:`venv`.
98
+ This means that ``distutils``, ``setuptools``, ``pkg_resources``,
99
+ and ``easy_install`` will no longer available by default; to access these
100
+ run ``pip install setuptools`` in the :ref:`activated <venv-explanation>`
101
+ virtual environment.
102
+
103
Improved Error Messages
104
=======================
105
0 commit comments