This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, jdemeyer, maggyero, rhettinger, steven.daprano
Date 2019-06-07.18:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559932238.08.0.739275648818.issue37176@roundup.psfhosted.org>
In-reply-to
Content
Please make a concrete proposal (a PR or somesuch). That will make it much easier to determine whether a particular bit of word-smithing is a improvement.

Of the issues discussed so far, these are the most promising:
* Document how the zero argument form of super() infers its arguments.
* Be clear that it is the mro of type(self) that determines the search path and that the role of super() is to the next in the mro after the current class.
History
Date User Action Args
2019-06-07 18:30:38rhettingersetrecipients: + rhettinger, steven.daprano, docs@python, jdemeyer, maggyero
2019-06-07 18:30:38rhettingersetmessageid: <1559932238.08.0.739275648818.issue37176@roundup.psfhosted.org>
2019-06-07 18:30:38rhettingerlinkissue37176 messages
2019-06-07 18:30:37rhettingercreate