Skip to content

bpo-29910: IDLE no longer delete character after commenting out a region#825

Merged
terryjreedy merged 4 commits into
python:masterfrom
serhiy-storchaka:idle-break-event-handlers
Jun 27, 2017
Merged

bpo-29910: IDLE no longer delete character after commenting out a region#825
terryjreedy merged 4 commits into
python:masterfrom
serhiy-storchaka:idle-break-event-handlers

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

by key shortcut. Fixed also other potential conflicts between IDLE's and
default key bindings.

by key shortcut.  Fixed also other potential conflicts between IDLE's and
default key bindings.
@mention-bot

Copy link
Copy Markdown

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kbkaiser, @tiran and @terryjreedy to be potential reviewers.

@terryjreedy terryjreedy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review on b.p.o, tests needed

Comment thread Misc/NEWS Outdated
- Issue #29910: IDLE no longer delete character after commenting out a region
by key shortcut. Fixed also other potential conflicts between IDLE's and
default key bindings.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will move this to separate file, as now required.

Comment thread Misc/NEWS Outdated
- Issue #29910: IDLE no longer delete character after commenting out a region
by key shortcut. Fixed also other potential conflicts between IDLE's and
default key bindings.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This news item was misplaced anyway, under the 3.6b1 section.

@terryjreedy terryjreedy force-pushed the idle-break-event-handlers branch from 407c966 to ee8d769 Compare June 27, 2017 02:56
@terryjreedy terryjreedy merged commit 213ce12 into python:master Jun 27, 2017
@serhiy-storchaka

Copy link
Copy Markdown
Member Author

Thanks for merging this Terry.

@serhiy-storchaka serhiy-storchaka deleted the idle-break-event-handlers branch June 27, 2017 04:33
terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request Jun 27, 2017
…out a region (pythonGH-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
(cherry picked from commit 213ce12)
@bedevere-bot

Copy link
Copy Markdown

GH-2429 is a backport of this pull request to the 3.6 branch.

terryjreedy added a commit that referenced this pull request Jun 27, 2017
…out a region (GH-825) (#2429)

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
(cherry picked from commit 213ce12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants