From 9ef1843892500e209afe5d916db26ecdbccd5e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Mon, 30 Aug 2021 23:08:20 +0200 Subject: bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075) They are misleading because the first one is in Tools/Demos and the other one is in Documentation so it's not easy to tell the revert happened. --- Misc/NEWS.d/3.9.7.rst | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/Misc/NEWS.d/3.9.7.rst b/Misc/NEWS.d/3.9.7.rst index 445d97e..a96a199 100644 --- a/Misc/NEWS.d/3.9.7.rst +++ b/Misc/NEWS.d/3.9.7.rst @@ -622,17 +622,6 @@ frameworks in the FAQ. In their place I've added links to the Python Wiki .. -.. bpo: 44756 -.. date: 2021-08-06-19-36-21 -.. nonce: 1Ngzon -.. section: Documentation - -Reverted automated virtual environment creation on ``make html`` when -building documentation. It turned out to be disruptive for downstream -distributors. - -.. - .. bpo: 44693 .. date: 2021-07-25-23-04-15 .. nonce: JuCbNq @@ -909,17 +898,3 @@ even if Python is built on an older version of macOS. Previously, when built on older macOS systems, ``find_library`` was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored. - -.. - -.. bpo: 44756 -.. date: 2021-07-28-00-51-55 -.. nonce: pvAajB -.. section: Tools/Demos - -In the Makefile for documentation (:file:`Doc/Makefile`), the ``build`` rule -is dependent on the ``venv`` rule. Therefore, ``html``, ``latex``, and other -build-dependent rules are also now dependent on ``venv``. The ``venv`` rule -only performs an action if ``$(VENVDIR)`` does not exist. -:file:`Doc/README.rst` was updated; most users now only need to type ``make -html``. -- cgit v0.12