SIGN IN SIGN UP

bpo-15786: Fix IDLE autocomplete return problem. (#2198)

Before, <return> would not, for instance, complete 're.c' to 're.compile' even with 'compile' highlighted.  Now it does.  Before, <return> was inserted into text, which in Shell meant compile() and possibly execute.  Now cursor is left after completion.
T
terryjreedy committed
32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02
Parent: b18563d
Committed by GitHub <noreply@github.com> on 6/14/2017, 7:43:15 PM