mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-136135: Doc: Fix some broken links (GH-136137)
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Undefined behavior sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Undefined behavior sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
This commit is contained in:
parent
7afe1adb00
commit
135ba86212
2 changed files with 2 additions and 2 deletions
|
@ -1217,7 +1217,7 @@ flow inside a program. The book uses Scheme for its examples, but many of the
|
||||||
design approaches described in these chapters are applicable to functional-style
|
design approaches described in these chapters are applicable to functional-style
|
||||||
Python code.
|
Python code.
|
||||||
|
|
||||||
https://www.defmacro.org/ramblings/fp.html: A general introduction to functional
|
https://defmacro.org/2006/06/19/fp.html: A general introduction to functional
|
||||||
programming that uses Java examples and has a lengthy historical introduction.
|
programming that uses Java examples and has a lengthy historical introduction.
|
||||||
|
|
||||||
https://en.wikipedia.org/wiki/Functional_programming: General Wikipedia entry
|
https://en.wikipedia.org/wiki/Functional_programming: General Wikipedia entry
|
||||||
|
|
|
@ -188,7 +188,7 @@ switch::
|
||||||
Once the Development & Deployment part of PPUG is fleshed out, some of
|
Once the Development & Deployment part of PPUG is fleshed out, some of
|
||||||
those sections should be linked from new questions here (most notably,
|
those sections should be linked from new questions here (most notably,
|
||||||
we should have a question about avoiding depending on PyPI that links to
|
we should have a question about avoiding depending on PyPI that links to
|
||||||
https://packaging.python.org/en/latest/mirrors/)
|
https://packaging.python.org/en/latest/guides/index-mirrors-and-caches/)
|
||||||
|
|
||||||
|
|
||||||
Common installation issues
|
Common installation issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue