cpython/Doc/reference
Barry Warsaw 93952f8815
Fix a grammatical problem and reword for clarity. (#4257)
bpo-31936
2017-11-03 13:45:46 -07:00
..
compound_stmts.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
datamodel.rst bpo-31709: Drop support for asynchronous __aiter__. (#3903) 2017-10-06 02:08:57 -04: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-31708: Allow async generator expressions in synchronous functions (#3905) 2017-10-06 02:58:28 -04:00
grammar.rst
import.rst Fix a grammatical problem and reword for clarity. (#4257) 2017-11-03 13:45:46 -07:00
index.rst
introduction.rst
lexical_analysis.rst bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) 2017-09-25 16:16:54 -07:00
simple_stmts.rst Fix typo in Simple Statements documentation (GH-3809) 2017-09-28 12:54:48 -07:00
toplevel_components.rst