- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message209179
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 | larry, nadeem.vawda, ncoghlan |
| Date | 2014-01-25.09:44:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390643064.29.0.168674179186.issue20184@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached patch shows the new test case I'm using to ensure that all callable builtins have signatures, and once we get it that way, it stays that way. Preliminary goal is signatures for all the non-type objects, and once I get to that point, I'll propose it for review. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-25 09:44:24 | ncoghlan | set | recipients: + ncoghlan, larry, nadeem.vawda |
| 2014-01-25 09:44:24 | ncoghlan | set | messageid: <1390643064.29.0.168674179186.issue20184@psf.upfronthosting.co.za> |
| 2014-01-25 09:44:24 | ncoghlan | link | issue20184 messages |
| 2014-01-25 09:44:21 | ncoghlan | create | |

