]> granicus.if.org Git - python/commit
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jun 2019 02:11:42 +0000 (19:11 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2019 02:11:42 +0000 (19:11 -0700)
commit39346ff60ac14bb83521c7e4f87304d0ad6478c2
treea8776fe1c42016ebec6f80eecbed56380e7a5ef5
parent99a5178cd143cc880f081dc5f53903fefa378681
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)

Add it to the end of the first line if there is room.  Tests were reworked.
(cherry picked from commit 949fe976d5c62ae63ed505ecf729f815d0baccfc)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/IDLE/2019-06-04-20-36-24.bpo-35763.7XdoWz.rst [new file with mode: 0644]