cpython/Doc/reference
Cheryl Sabella 85527cf50a bpo-27505: Add change notes in module attribute docs (GH-5320)
Make it clear that setting __class__ on a module has worked since 3.5,
but support for __getattr__ and __dir__ on module instances requires 3.7+

Patch by Cheryl Sabella.
2018-01-27 12:40:52 +10:00
..
compound_stmts.rst String annotations [PEP 563] (#4390) 2018-01-26 08:20:18 -08:00
datamodel.rst bpo-27505: Add change notes in module attribute docs (GH-5320) 2018-01-27 12:40:52 +10:00
executionmodel.rst
expressions.rst bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) 2017-12-01 14:54:17 +10:00
grammar.rst
import.rst closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 2017-12-09 10:26:52 -08:00
index.rst
introduction.rst
lexical_analysis.rst Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) 2018-01-11 22:18:54 -08:00
simple_stmts.rst String annotations [PEP 563] (#4390) 2018-01-26 08:20:18 -08:00
toplevel_components.rst