Message 293237 - Python tracker
Message293237
| Author | marco.buttu |
|---|---|
| Recipients | David Becher, Mariatta, dholth, docs@python, eryksun, marco.buttu, martin.panter, rhettinger |
| Date | 2017-05-08.15:15:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494256513.62.0.209251578539.issue25435@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I also noticed that the howto differentiates between objects and classes: "The details of invocation depend on whether obj is an object or a class." I think it is misleading, because a class is actually an object. IMHO is better to differentiate between classes and non-classes objects: "The details of invocation depend on whether obj is a class or not." |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-08 15:15:13 | marco.buttu | set | recipients: + marco.buttu, rhettinger, dholth, docs@python, martin.panter, eryksun, David Becher, Mariatta |
| 2017-05-08 15:15:13 | marco.buttu | set | messageid: <1494256513.62.0.209251578539.issue25435@psf.upfronthosting.co.za> |
| 2017-05-08 15:15:13 | marco.buttu | link | issue25435 messages |
| 2017-05-08 15:15:13 | marco.buttu | create | |