Message406863
| Author | iritkatriel |
|---|---|
| Recipients | belopolsky, benjamin.peterson, eric.araujo, giampaolo.rodola, gungorbasa, iritkatriel, nedbat, r.david.murray, rbp, rhettinger, tshepang |
| Date | 2021-11-23.17:07:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1637687223.61.0.316886102086.issue2516@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This seems to have been fixed by now, on 3.11 I get this: >>> class A: ... def foo(self, x): pass ... >>> A().foo() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: A.foo() missing 1 required positional argument: 'x' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-11-23 17:07:03 | iritkatriel | set | recipients: + iritkatriel, rhettinger, belopolsky, giampaolo.rodola, nedbat, benjamin.peterson, rbp, eric.araujo, r.david.murray, gungorbasa, tshepang |
| 2021-11-23 17:07:03 | iritkatriel | set | messageid: <1637687223.61.0.316886102086.issue2516@roundup.psfhosted.org> |
| 2021-11-23 17:07:03 | iritkatriel | link | issue2516 messages |
| 2021-11-23 17:07:03 | iritkatriel | create | |