Message 402269 - Python tracker
Message402269
| Author | pablogsal |
|---|---|
| Recipients | andrei.avk, kj, pablogsal |
| Date | 2021-09-20.18:31:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632162713.15.0.669344267563.issue45249@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Can you try a doctest that fails on something that is not a SyntaxError. Something like: >>> def foo(x): ... return x + 42 >>> foo(None) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-20 18:31:53 | pablogsal | set | recipients: + pablogsal, kj, andrei.avk |
| 2021-09-20 18:31:53 | pablogsal | set | messageid: <1632162713.15.0.669344267563.issue45249@roundup.psfhosted.org> |
| 2021-09-20 18:31:53 | pablogsal | link | issue45249 messages |
| 2021-09-20 18:31:53 | pablogsal | create | |