[issue20338] Idle: increase max calltip width

Serhiy Storchaka report at bugs.python.org
Wed Jan 22 19:01:30 CET 2014


Serhiy Storchaka added the comment:

Yes, I think we can extend the limit (until implement wrapping). On my narrow monitor there is a room only for 120 character tip (when it starts right from left side of the screen), so I prefer to wrap long lines. In any case too long lines are not comfortable to read.

>>> len(str(inspect.signature(textwrap.TextWrapper)))
242

----------

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


More information about the Python-bugs-list mailing list