cpython/Doc/reference
Arthur Milchior cd876c8493
bpo-45619: documentation of execution model: clarify and update binding summary (#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.
2021-11-25 21:19:06 -08:00
..
compound_stmts.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) 2021-11-18 17:06:38 +01:00
datamodel.rst [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) 2021-11-20 17:55:35 +01:00
executionmodel.rst bpo-45619: documentation of execution model: clarify and update binding summary (#29232) 2021-11-25 21:19:06 -08:00
expressions.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) 2021-11-18 17:06:38 +01:00
grammar.rst bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) 2020-11-30 19:08:26 +00:00
import.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00
lexical_analysis.rst bpo-45640: [docs] Tokens are now clickable (GH-29260) 2021-11-18 17:06:38 +01:00
simple_stmts.rst Update doc as relative import can be used with star import (GH-25667) 2021-05-13 22:37:19 -07:00
toplevel_components.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00