cpython/Doc/reference
Miss Islington (bot) 7842aed7a7
bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232)
This does two changes that are quite related.

0. it add that variable binding can occur in pattern matching, an update of 3.10
which seems to have been omitted from the list of bindings
1. Given how long the sentence already was, with even subcases in the middle of
the sentence, the commit breaks the sentence into an actual list.
(cherry picked from commit cd876c8493)

Co-authored-by: Arthur Milchior <arthur@milchior.fr>
2021-11-25 21:36:37 -08:00
..
compound_stmts.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) 2021-11-18 17:28:39 +01:00
datamodel.rst [3.10] bpo-45250: fix docs regarding __iter__ and iterators being inconsistently required by CPython (GH-29170) (GH-29650) 2021-11-22 15:09:15 -08:00
executionmodel.rst bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232) 2021-11-25 21:36:37 -08:00
expressions.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) 2021-11-18 17:28:39 +01:00
grammar.rst
import.rst bpo-39452: Rewrite and expand __main__.rst (GH-26883) 2021-08-24 13:54:08 -07:00
index.rst
introduction.rst
lexical_analysis.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) 2021-11-18 17:28:39 +01:00
simple_stmts.rst
toplevel_components.rst