cpython/Doc/reference
csabella 12b1c18098 bpo-30354: Update data model documentation for super() (GH-1561)
The data model section of the language reference was written well
before the zero-argument form of super() was added.

To avoid giving the impression that they're doing something
unusual, this updates the description of `__new__` and `__init__`
to use the zero-argument form.

Patch by Cheryl Sabella.
2017-05-15 13:42:00 +10:00
..
compound_stmts.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
datamodel.rst bpo-30354: Update data model documentation for super() (GH-1561) 2017-05-15 13:42:00 +10:00
executionmodel.rst Remove an outdated statement in execution model docs (GH-754) 2017-03-22 17:54:53 -07:00
expressions.rst bpo-28315: Improve code examples in docs (GH-1372) 2017-05-03 09:46:45 -07:00
grammar.rst
import.rst bpo-26184: import.rst: Improve versionchanged note (GH-325) 2017-02-26 13:23:38 -08:00
index.rst
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-28739: Document that f-strings cannot be used as docstring (GH-592) 2017-03-10 08:58:40 -08:00
simple_stmts.rst Fix a trivial typo in global section (#1497) 2017-05-08 04:36:29 -07:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00