Message 204120 - Python tracker
Message204120
| Author | larry |
|---|---|
| Recipients | barry, brett.cannon, georg.brandl, gvanrossum, larry, ncoghlan, serhiy.storchaka |
| Date | 2013-11-23.22:39:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1385246399.02.0.77168576621.issue19674@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fresh patch attached. pydoc now uses inspect.signature instead of inspect.getfullargspec to generate the arguments for the function, and supports builtins. That's everything :D Planning on checking this in pretty soon, to get it in for beta (which hopefully still gets tagged today). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-23 22:39:59 | larry | set | recipients: + larry, gvanrossum, barry, brett.cannon, georg.brandl, ncoghlan, serhiy.storchaka |
| 2013-11-23 22:39:59 | larry | set | messageid: <1385246399.02.0.77168576621.issue19674@psf.upfronthosting.co.za> |
| 2013-11-23 22:39:59 | larry | link | issue19674 messages |
| 2013-11-23 22:39:58 | larry | create | |