8000 GH-109190: Copyedit 3.12 What's New: Increase the prominence of the s… · python/cpython@09a73d5 · 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 09a73d5

Browse files
authored
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (#109768)
1 parent e81bd3f commit 09a73d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ Important deprecations, removals or restrictions:
9393
`the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
9494
for advice on its replacement.
9595

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+
96103
Improved Error Messages
97104
=======================
98105

0 commit comments

Comments
 (0)
0