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 roger.serwy
Recipients chris.jerdonek, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-12-07.17:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The number of lines in the return value of get_argspec should be limited, otherwise the calltip window can become too large. For example, many functions in the numpy project have very long doc strings.
History
Date User Action Args
2012-12-07 17:32:20roger.serwysetrecipients: + roger.serwy, terry.reedy, chris.jerdonek, serhiy.storchaka
2012-12-07 17:32:20roger.serwysetmessageid: <[email protected]>
2012-12-07 17:32:20roger.serwylinkissue16629 messages
2012-12-07 17:32:20roger.serwycreate