-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-29910: IDLE no longer delete character after commenting out a region #825
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
bpo-29910: IDLE no longer delete character after commenting out a region #825
Conversation
by key shortcut. Fixed also other potential conflicts between IDLE's and default key bindings.
@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. |
There was a problem hiding this 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. | ||
|
There was a problem hiding this comment.
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. | ||
|
There was a problem hiding this comment.
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.
407c966
to
ee8d769
Compare
Thanks for merging this Terry. |
…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)
GH-2429 is a backport of this pull request to the 3.6 branch. |
by key shortcut. Fixed also other potential conflicts between IDLE's and
default key bindings.