[Python-checkins] [python/cpython] 213ce1: bpo-29910: IDLE no longer deletes a character afte...

GitHub noreply at github.com
Tue Jun 27 00:02:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 213ce12adfc9281c6f381bb45d132e9de8ffd450
      https://github.com/python/cpython/commit/213ce12adfc9281c6f381bb45d132e9de8ffd450
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M Lib/idlelib/autocomplete.py
    M Lib/idlelib/calltip_w.py
    M Lib/idlelib/calltips.py
    M Lib/idlelib/codecontext.py
    M Lib/idlelib/editor.py
    M Lib/idlelib/idle_test/test_parenmatch.py
    M Lib/idlelib/parenmatch.py
    M Lib/idlelib/runscript.py
    M Lib/idlelib/scrolledlist.py
    M Lib/idlelib/zoomheight.py
    A Misc/NEWS.d/next/IDLE/2017-06-26-22-45-27.bpo-29910.mqHh7u.rst

  Log Message:
  -----------
  bpo-29910: IDLE no longer deletes a character after commenting out a region (#825)

This happened because shortcut has a class binding and 'break' was not returned.
Fix other potential conflicts between IDLE and default key bindings.

* Add news item

* Update NEWS




More information about the Python-checkins mailing list