diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 9ec60c198eb3b6..a3844b1b7803c2 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -2,7 +2,7 @@ name: Docs on: workflow_dispatch: - #push: +# push: # branches: # - 'main' # - '3.11' diff --git a/Doc/library/index.rst b/Doc/library/index.rst index d064b680f9aaa4..ad15c32d9f68ed 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -4,6 +4,8 @@ The Python Standard Library ############################### +Hi! + While :ref:`reference-index` describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-03-17-12-09-45.gh-issue-100982.Pf_BI6.rst b/Misc/NEWS.d/next/Core and Builtins/2023-03-17-12-09-45.gh-issue-100982.Pf_BI6.rst index 31a8660836c759..848a6fb51ce373 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2023-03-17-12-09-45.gh-issue-100982.Pf_BI6.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2023-03-17-12-09-45.gh-issue-100982.Pf_BI6.rst @@ -1 +1,3 @@ Replace all occurrences of ``COMPARE_AND_BRANCH`` with :opcode:`COMPARE_OP`. + +Testing.