8000 bpo-29910: IDLE no longer delete character after commenting out a region by serhiy-storchaka · Pull Request #825 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 27, 2017

Conversation

serhiy-storchaka
Copy link
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

@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.

Copy link
Member
@terryjreedy terryjreedy left a comment

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

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
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.

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
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
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

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
0