cpython/Doc/reference
andrei kulakov 4bd9caafb6
bpo-41911: Update docs for various expressions (GH-27470)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-07-30 18:52:44 +02:00
..
compound_stmts.rst bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) 2021-07-14 17:38:42 -07:00
datamodel.rst bpo-43950: Add documentation for PEP-657 (GH-27047) 2021-07-13 01:29:39 +01:00
executionmodel.rst
expressions.rst bpo-41911: Update docs for various expressions (GH-27470) 2021-07-30 18:52:44 +02:00
grammar.rst
import.rst bpo-21760: fix __file__ description (GH-19097) 2021-06-09 14:10:20 -07:00
index.rst
introduction.rst
lexical_analysis.rst bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) 2021-02-28 20:08:38 -08: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