• terryjreedy's avatar
    bpo-15786: Fix IDLE autocomplete return problem. (#2198) · 32fd874a
    terryjreedy yazdı
    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.
    32fd874a
autocomplete_w.py 19.2 KB