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 ncoghlan
Recipients CuriousLearner, ncoghlan, serhiy.storchaka
Date 2017-12-06.03:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512531807.12.0.213398074469.issue31506@psf.upfronthosting.co.za>
In-reply-to
Content
Aye, I think Sanyam's proposed messages look good, and the "C().__init__() takes no arguments" wording is easier to follow than my suggested "C.__init__() takes exactly one argument" wording (as interpreting the latter currently requires noticing that it's referring to the *unbound* method taking one argument: the instance).
History
Date User Action Args
2017-12-06 03:43:27ncoghlansetrecipients: + ncoghlan, serhiy.storchaka, CuriousLearner
2017-12-06 03:43:27ncoghlansetmessageid: <1512531807.12.0.213398074469.issue31506@psf.upfronthosting.co.za>
2017-12-06 03:43:27ncoghlanlinkissue31506 messages
2017-12-06 03:43:26ncoghlancreate