cpython/Doc/reference
Guido van Rossum 95e4d58913 String annotations [PEP 563] (#4390)
* Document `from __future__ import annotations`
* Provide plumbing and tests for `from __future__ import annotations`
* Implement unparsing the AST back to string form

This is required for PEP 563 and as such only implements a part of the
unparsing process that covers expressions.
2018-01-26 08:20:18 -08:00
..
compound_stmts.rst String annotations [PEP 563] (#4390) 2018-01-26 08:20:18 -08:00
datamodel.rst bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) 2017-12-19 19:48:45 +01:00
executionmodel.rst bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) 2017-05-22 14:09:55 -07:00
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 Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
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