summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-14 19:43:15 (GMT)
committerGitHub <noreply@github.com>2017-06-14 19:43:15 (GMT)
commit32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02 (patch)
treeeb802795c34b65baa21a0316adbd274a58f0f036 /Misc/NEWS
parentb18563da8803433509e9a0e29718e0271014659f (diff)
downloadcpython-32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02.zip
cpython-32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02.tar.gz
cpython-32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
0 files changed, 0 insertions, 0 deletions