Message280671
| 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:17 | viorel | set | recipients: + viorel, docs@python |
| 2016-11-12 21:32:17 | viorel | set | messageid: <1478986337.93.0.398450030776.issue28677@psf.upfronthosting.co.za> |
| 2016-11-12 21:32:17 | viorel | link | issue28677 messages |
| 2016-11-12 21:32:17 | viorel | create | |