File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff 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
909898built on older macOS systems, ``find_library `` was not able to find macOS
910899system libraries when running on Big Sur due to changes in how system
911900libraries 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 ``.
You can’t perform that action at this time.
0 commit comments