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 viorel
Recipients docs@python, viorel
Date 2016-11-12.21:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478986337.93.0.398450030776.issue28677@psf.upfronthosting.co.za>
In-reply-to
Content
Method objects are explained at:

    https://docs.python.org/3/tutorial/classes.html#method-objects

I'd like to suggest a change from:

   When an instance attribute is referenced that isn’t a data attribute, its 
   class is searched. 

to something along this line:

   When an instance attribute --- that isn’t a data attribute --- is 
   referenced, the instance parent class will be searched.
History
Date User Action Args
2016-11-12 21:32:17viorelsetrecipients: + viorel, docs@python
2016-11-12 21:32:17viorelsetmessageid: <1478986337.93.0.398450030776.issue28677@psf.upfronthosting.co.za>
2016-11-12 21:32:17viorellinkissue28677 messages
2016-11-12 21:32:17viorelcreate