Message208719
| Author | terry.reedy |
|---|---|
| Recipients | chris.jerdonek, roger.serwy, serhiy.storchaka, terry.reedy |
| Date | 2014-01-21.23:27:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390346833.35.0.0271880393885.issue16638@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See #20338 for why I think 70 (or even 79, the limit in CallTipWindow) is too low a limit. The purpose of grabbing multiple lines is to get the signature lines of builtins. I believe the max number of lines needed is 5, for bytes. however, identifying likely builtins by the absence of a signature from inspect, which works now, will not work when Clinic and inspect start giving us such. Even when if Clinic produces a signature string for bytes, it will probably be opaque and the doc lines would still be helpful. So I think we can try up to 5 lines from the docstring for any object. I am working on a revision of the patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-21 23:27:13 | terry.reedy | set | recipients: + terry.reedy, roger.serwy, chris.jerdonek, serhiy.storchaka |
| 2014-01-21 23:27:13 | terry.reedy | set | messageid: <1390346833.35.0.0271880393885.issue16638@psf.upfronthosting.co.za> |
| 2014-01-21 23:27:13 | terry.reedy | link | issue16638 messages |
| 2014-01-21 23:27:13 | terry.reedy | create | |