[issue1350] IDLE - CallTips enhancement - show full doc-string in new window

Tal Einat report at bugs.python.org
Sat Dec 15 00:33:19 CET 2007


Tal Einat added the comment:

Now for CallTipWindow.py:

* split conditionals into two lines as requested
* changed the test (took me a while to understand what "controversy" you
were referring to...)

I couldn't find anything wrong with the first line. It is the
function/method signature if it was found, or just the beginning of the
doc-string otherwise. Unless you think the adding the signature (when
possible) is unnecessary/confusing...

The above changes are included in both new patches.

Added file: http://bugs.python.org/file8959/IDLE_CallTips.071214.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1350>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IDLE_CallTips.071214.patch
Type: application/octet-stream
Size: 14525 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071214/674b84ae/attachment-0001.obj 


More information about the Python-bugs-list mailing list