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 samuelcolvin
Recipients docs@python, samuelcolvin
Date 2016-03-04.13:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457097258.8.0.064409213234.issue26479@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/reference/datamodel.html#object.__init__

"no non-None value may be returned by __init__();" should read "no non-None value may *not* be returned by __init__();"
History
Date User Action Args
2016-03-04 13:14:18samuelcolvinsetrecipients: + samuelcolvin, docs@python
2016-03-04 13:14:18samuelcolvinsetmessageid: <1457097258.8.0.064409213234.issue26479@psf.upfronthosting.co.za>
2016-03-04 13:14:18samuelcolvinlinkissue26479 messages
2016-03-04 13:14:18samuelcolvincreate