Message406862
| Author | iritkatriel |
|---|---|
| Recipients | Arfrever, Steven.Barker, belopolsky, ezio.melotti, gvanrossum, ilblackdragon, iritkatriel, martin.panter, ncoghlan, o11c, pitrou, rbcollins, refi64, serhiy.storchaka, smurfix, xonatius |
| Date | 2021-11-23.17:04:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1637687087.54.0.511382681653.issue2786@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This seems to have been fixed by now, on 3.11 I get this: >>> class foo: ... def __init__(self, bar): ... pass ... >>> foo() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: foo.__init__() missing 1 required positional argument: 'bar' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-11-23 17:04:47 | iritkatriel | set | recipients: + iritkatriel, gvanrossum, ncoghlan, belopolsky, pitrou, rbcollins, ezio.melotti, smurfix, Arfrever, martin.panter, serhiy.storchaka, o11c, ilblackdragon, Steven.Barker, refi64, xonatius |
| 2021-11-23 17:04:47 | iritkatriel | set | messageid: <1637687087.54.0.511382681653.issue2786@roundup.psfhosted.org> |
| 2021-11-23 17:04:47 | iritkatriel | link | issue2786 messages |
| 2021-11-23 17:04:47 | iritkatriel | create | |