]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 1 Mar 2021 02:08:37 +0000 (02:08 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 02:08:37 +0000 (18:08 -0800)
commita8e2615aa885a121b8cf8e9cd07696207356a25a
tree0e225f8e89c166824a537bc1f0dc3a6d8c04e0a6
parent41934b399bf688c8674c386e22c43f080bf10d66
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)

* bpo-42128: Add documentation for the new match-based AST nodes

* Update Doc/library/ast.rst

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
* Fix trailing whitespace

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Doc/library/ast.rst