[Python-checkins] [python/cpython] 662800: [3.6]bpo-15786: Fix IDLE autocomplete return probl...

GitHub noreply at github.com
Wed Jun 14 16:10:13 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 6628006941f4382813a9af4628894c99bb333b8f
      https://github.com/python/cpython/commit/6628006941f4382813a9af4628894c99bb333b8f
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M Lib/idlelib/autocomplete_w.py

  Log Message:
  -----------
  [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)

Before,  Enter would not, for instance, complete 're.c' to 're.compile' even with 'compile' highlighted.  Now it does.  Before, '\n' was inserted into text, which in Shell meant compile() and possibly execute.  Now cursor is left after completion.
(cherry picked from commit 32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02)




More information about the Python-checkins mailing list