[issue16638] support multi-line docstring signatures in IDLE calltips

Terry J. Reedy report at bugs.python.org
Wed Jan 22 02:48:43 CET 2014


Terry J. Reedy added the comment:

Main change is using a custom function (2.7) or bytes instead of int for test and using maxsplit parameter to not needlessly split a 100-line docstring into 100 pieces.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16638>
_______________________________________


More information about the Python-bugs-list mailing list