]> granicus.if.org Git - python/commit
Assume that the user knows when he wants to end the line; don't insert
authorKurt B. Kaiser <kbk@shore.net>
Thu, 14 Feb 2008 04:19:41 +0000 (04:19 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 14 Feb 2008 04:19:41 +0000 (04:19 +0000)
commit2fbad0e99bf581dc8e5e3afa8253765ebafd9493
tree2d9f260f4dc47249dd56e1ec385f86ee086049ae
parent60d9f8df383cfc89bb1f927c06393cfcb12fe7d6
Assume that the user knows when he wants to end the line; don't insert
something he didn't select or complete.
Backport r58306
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py