cpython/Doc/reference
csabella ad13d54646 bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868)
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.
(cherry picked from commit 12b1c18098)
2017-05-30 13:48:22 -07: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) (GH-1868) 2017-05-30 13:48:22 -07:00
executionmodel.rst [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727) 2017-05-22 14:36:19 -07:00
expressions.rst [3.6] Fix typos in multiple .rst files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
grammar.rst Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
import.rst Improve grammar in The Import System documentation (GH-1862) (GH-1863) 2017-05-30 09:29:06 -07:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
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) (GH-600) 2017-03-10 09:52:03 -08:00
simple_stmts.rst bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867) 2017-05-30 13:27:39 -07:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00