FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal by AA-Turner · Pull Request #109768 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.12.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Important deprecations, removals or restrictions:
`the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
for advice on its replacement.

* :gh:`95299`: Do not pre-install ``setuptools`` in virtual environments
created with :mod:`venv`.
This means that ``distutils``, ``setuptools``, ``pkg_resources``,
and ``easy_install`` will no longer available by default; to access these
run ``pip install setuptools`` in the :ref:`activated <venv-explanation>`
virtual environment.

Improved Error Messages
=======================

Expand Down

Back | FazBrowse Home | New Git URL