cpython/Doc/reference
Julien Palard 082875dcd6
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.
2018-11-12 00:59:39 +01:00
..
compound_stmts.rst bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) 2018-11-11 11:33:51 -08:00
datamodel.rst bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) 2018-11-06 01:53:21 +00:00
executionmodel.rst Mark -c and -O as command line options in reStructuredText. (GH-10103) 2018-11-07 19:06:45 +02:00
expressions.rst Add link to PEP 525 in Expressions. (GH-10333) 2018-11-07 20:12:12 +02:00
grammar.rst
import.rst Mark -c and -O as command line options in reStructuredText. (GH-10103) 2018-11-07 19:06:45 +02:00
index.rst
introduction.rst
lexical_analysis.rst bpo-35054: Add yet more index entries for symbols. (GH-10121) 2018-10-28 13:41:26 +02:00
simple_stmts.rst bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) 2018-11-12 00:59:39 +01:00
toplevel_components.rst bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) 2018-06-22 17:31:03 -04:00