Message341334
| Author | jdemeyer |
|---|---|
| Recipients | docs@python, jdemeyer, jdufresne, rhettinger |
| Date | 2019-05-03.12:42:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556887333.18.0.351278677322.issue36743@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Perhaps the datamodel docs can be clarified to note that callers are allowed to omit the third argument That's not true in general, only when __get__ is a slot wrapper (i.e. for classes implemented in C). When __get__ is a Python function, nothing special is done, it's just a Python function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-03 12:42:13 | jdemeyer | set | recipients: + jdemeyer, rhettinger, docs@python, jdufresne |
| 2019-05-03 12:42:13 | jdemeyer | set | messageid: <1556887333.18.0.351278677322.issue36743@roundup.psfhosted.org> |
| 2019-05-03 12:42:13 | jdemeyer | link | issue36743 messages |
| 2019-05-03 12:42:13 | jdemeyer | create | |