Skip to content

Commit 9ef1843

Browse files
committed
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.
1 parent 1016ef3 commit 9ef1843

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Misc/NEWS.d/3.9.7.rst

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -622,17 +622,6 @@ frameworks in the FAQ. In their place I've added links to the Python Wiki
622622

623623
..
624624
625-
.. bpo: 44756
626-
.. date: 2021-08-06-19-36-21
627-
.. nonce: 1Ngzon
628-
.. section: Documentation
629-
630-
Reverted automated virtual environment creation on ``make html`` when
631-
building documentation. It turned out to be disruptive for downstream
632-
distributors.
633-
634-
..
635-
636625
.. bpo: 44693
637626
.. date: 2021-07-25-23-04-15
638627
.. nonce: JuCbNq
@@ -909,17 +898,3 @@ even if Python is built on an older version of macOS. Previously, when
909898
built on older macOS systems, ``find_library`` was not able to find macOS
910899
system libraries when running on Big Sur due to changes in how system
911900
libraries are stored.
912-
913-
..
914-
915-
.. bpo: 44756
916-
.. date: 2021-07-28-00-51-55
917-
.. nonce: pvAajB
918-
.. section: Tools/Demos
919-
920-
In the Makefile for documentation (:file:`Doc/Makefile`), the ``build`` rule
921-
is dependent on the ``venv`` rule. Therefore, ``html``, ``latex``, and other
922-
build-dependent rules are also now dependent on ``venv``. The ``venv`` rule
923-
only performs an action if ``$(VENVDIR)`` does not exist.
924-
:file:`Doc/README.rst` was updated; most users now only need to type ``make
925-
html``.

0 commit comments

Comments
 (0)