Message 407054 - Python tracker
Message407054
| Author | jwilk |
|---|---|
| Recipients | docs@python, hugovk, jwilk |
| Date | 2021-11-26.14:43:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1637937792.91.0.161252797195.issue45903@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
<https://docs.python.org/3.11/whatsnew/3.11.html#removed> says: "Removed from the inspect module: […] the undocumented Signature.from_callable and Signature.from_function functions, deprecated since Python 3.5; use the Signature.from_callable() method instead." But Signature.from_callable can't possibly be removed and the suggested replacement at the same time. I think it should say: "… the undocumented Signature.from_builtin and …" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-11-26 14:43:12 | jwilk | set | recipients: + jwilk, docs@python, hugovk |
| 2021-11-26 14:43:12 | jwilk | set | messageid: <1637937792.91.0.161252797195.issue45903@roundup.psfhosted.org> |
| 2021-11-26 14:43:12 | jwilk | link | issue45903 messages |
| 2021-11-26 14:43:12 | jwilk | create | |