cpython/Doc/reference
Zackery Spytz 7d2b83e9f0
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Footnotes 5 and 6 were in the wrong order.
2021-05-02 10:29:15 -07:00
..
compound_stmts.rst bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) 2021-04-21 12:41:19 +01:00
datamodel.rst bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) 2021-05-01 21:19:24 -07:00
executionmodel.rst
expressions.rst bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) 2021-05-02 10:29:15 -07:00
grammar.rst
import.rst bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) 2021-04-02 12:35:32 -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 bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) 2021-04-21 12:41:19 +01:00
toplevel_components.rst