Message209658
| Author | yselivanov |
|---|---|
| Recipients | brett.cannon, larry, ncoghlan, yselivanov |
| Date | 2014-01-29.17:00:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1391014813.06.0.594760406572.issue20438@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Should we finally deprecate getfullargspec? With the AC and positional-only parameters support, getfullargspec doesn't provide full information anymore. By deprecation I mean changing its existing note "Consider using the new Signature Object interface, which provides a better way of introspecting functions." to "Deprecated since version 3.4: Use inspect.signature() instead". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-29 17:00:13 | yselivanov | set | recipients: + yselivanov, brett.cannon, ncoghlan, larry |
| 2014-01-29 17:00:13 | yselivanov | set | messageid: <1391014813.06.0.594760406572.issue20438@psf.upfronthosting.co.za> |
| 2014-01-29 17:00:12 | yselivanov | link | issue20438 messages |
| 2014-01-29 17:00:12 | yselivanov | create | |