cpython/Doc/reference
ananthan-123 fbe2e0bb8a
bpo-17422: Language reference should specify restrictions on class namespace (#18559)
The language reference now specifies restrictions on class namespaces.  Adapted from a patch by Ethan Furman.
2020-02-22 09:56:01 -08:00
..
compound_stmts.rst bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) 2020-01-14 21:58:29 +10:00
datamodel.rst bpo-17422: Language reference should specify restrictions on class namespace (#18559) 2020-02-22 09:56:01 -08:00
executionmodel.rst Doc: Add -m reference in context of code execution (GH-16045) 2019-09-12 14:19:06 +01:00
expressions.rst bpo-35224: Additional documentation for Assignment Expressions (GH-15935) 2019-09-11 07:37:12 -07:00
grammar.rst
import.rst Improve grammar in the import system reference documentation (GH-18209) 2020-01-29 18:23:50 -08:00
index.rst
introduction.rst
lexical_analysis.rst bpo-39545: Document changes in the support of await in f-strings. (GH-18456) 2020-02-13 15:57:35 -08:00
simple_stmts.rst bpo-38434: Fixes some audit event documentation (GH-16932) 2019-10-26 13:02:30 -07:00
toplevel_components.rst