]> granicus.if.org Git - python/commit
Issue #16638: Include up to 5 docstring header lines (before first blank) in
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jan 2014 01:45:03 +0000 (20:45 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jan 2014 01:45:03 +0000 (20:45 -0500)
commit82c48e098aff18ab203ed7a22b17b38ea43992e1
tree8c03166064aa7238c03b9f5dbe67ef3279d0c06a
parentedfd9addf6166cbc7406b95896d48cfdaf82adf7
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Idle calltips. This is needed for builtins, such 3.x bytes (which is why 5).
Based on patch by Serhiy Storchaka.
Lib/idlelib/CallTips.py
Lib/idlelib/idle_test/test_calltips.py