- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message209312
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | ncoghlan |
|---|---|
| Recipients | barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, yselivanov, zach.ware |
| Date | 2014-01-26.13:47:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390744034.19.0.798129697284.issue20326@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Aside from that glitch, the new scheme looks good to me. I also like the fact it allows the text signature to be included in the docstring normally if inspect.Signature doesn't support it, so help(f) can still be generated automatically. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-26 13:47:14 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, barry, brett.cannon, larry, jkloth, skrah, gennad, zach.ware, serhiy.storchaka, yselivanov |
| 2014-01-26 13:47:14 | ncoghlan | set | messageid: <1390744034.19.0.798129697284.issue20326@psf.upfronthosting.co.za> |
| 2014-01-26 13:47:14 | ncoghlan | link | issue20326 messages |
| 2014-01-26 13:47:14 | ncoghlan | create | |

