commit | a8e2615aa885a121b8cf8e9cd07696207356a25a | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Mon Mar 01 02:08:37 2021 +0000 |
committer | GitHub <noreply@github.com> | Sun Feb 28 18:08:37 2021 -0800 |
tree | 0e225f8e89c166824a537bc1f0dc3a6d8c04e0a6 | |
parent | 41934b399bf688c8674c386e22c43f080bf10d66 [diff] |
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>