mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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.
This commit is contained in:
parent
1016ef3790
commit
9ef1843892
1 changed files with 0 additions and 25 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue