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 r.david.murray
Recipients Jim Fasarakis-Hilliard, docs@python, r.david.murray, woo yoo
Date 2016-12-18.19:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482089492.86.0.176610438261.issue29005@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is better to say "the method's instance object", because in the final paragraph we discuss the fact that each method object has an associated instance object.  The instance object isn't magically acquired from elsewhere and added, it is added because it has been bound into the method object.
History
Date User Action Args
2016-12-18 19:31:32r.david.murraysetrecipients: + r.david.murray, docs@python, Jim Fasarakis-Hilliard, woo yoo
2016-12-18 19:31:32r.david.murraysetmessageid: <1482089492.86.0.176610438261.issue29005@psf.upfronthosting.co.za>
2016-12-18 19:31:32r.david.murraylinkissue29005 messages
2016-12-18 19:31:32r.david.murraycreate