cpython/Doc/reference
Robert Collins df395991f6 Issue #9232: Support trailing commas in function declarations.
For example, "def f(*, a = 3,): pass" is now legal.

Patch from Mark Dickinson.
2015-08-12 08:00:06 +12:00
..
compound_stmts.rst Issue #9232: Support trailing commas in function declarations. 2015-08-12 08:00:06 +12:00
datamodel.rst Issue #4395: Better testing and documentation of binary operators. 2015-08-07 10:32:15 +12:00
executionmodel.rst Issue #24129: Clarify reference docs for name resolution. 2015-08-05 23:07:24 +10:00
expressions.rst merge 3.4 (#24610) 2015-07-11 16:33:39 -07:00
grammar.rst
import.rst Issue #24713: Use importlib.reload() in import reference document. 2015-07-25 13:03:08 +03:00
index.rst
introduction.rst
lexical_analysis.rst Issue #24531: Document that encoding lines cannot follow non-comment lines. 2015-08-06 21:14:34 +12:00
simple_stmts.rst
toplevel_components.rst