- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message208685
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 | serhiy.storchaka |
|---|---|
| Recipients | barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, zach.ware |
| Date | 2014-01-21.18:57:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390330654.94.0.746067029557.issue20326@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What if the __text_signature__ and __doc__ getter will call ast.parse() (actually compile()) on signature candidate? If it fails, then builtin has no signature, the __text_signature__ getter returns '', and the __doc__ getter returns all original docstring. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-21 18:57:34 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, skrah, gennad, zach.ware |
| 2014-01-21 18:57:34 | serhiy.storchaka | set | messageid: <1390330654.94.0.746067029557.issue20326@psf.upfronthosting.co.za> |
| 2014-01-21 18:57:34 | serhiy.storchaka | link | issue20326 messages |
| 2014-01-21 18:57:34 | serhiy.storchaka | create | |

