]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
authorDaniel F Moisset <dfmoisset@gmail.com>
Mon, 1 Mar 2021 04:08:38 +0000 (04:08 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 04:08:38 +0000 (20:08 -0800)
commita22bca6b1e2f3dc11a58f3e5ef5c22e26b8a2d80
treef2b840cbe218ee69d622697fa30b893069151b95
parentd20279494a3a311c7aefa313174c45d32aa7f5d1
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)

This is a first edition, ready to go out with the implementation. We'll iterate during the rest of the period leading up to 3.10.0.

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Fidget-Spinner <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Brandt Bucher <brandt@python.org>
Co-authored-by: Raymond Hettinger <1623689+rhettinger@users.noreply.github.com>
Co-authored-by: Guido van Rossum <guido@python.org>
Doc/faq/design.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/lexical_analysis.rst
Doc/tutorial/controlflow.rst