We were unable to construct the commit group for this pull request: None of the pull request's commits have been successfully processed as yet.

[3.13] gh-56596: Make IDLE key bindings work with Caps Lock on (GH-157709) #157739

Merged
miss-islington opened 3:09am on September 18, 2026 wanted to merge 24 Ξ” into python/cpython 3.13 from
backport-0b18efd-3.13

Pull Request Overview

  • Opened on September 18, 2026
  • Status Merged
  • Commit count 1 with first commit September 18, 2026

Total Delta

24 Total Diff Delta

Open Days

Open 0 weekdays

Test Delta

11 Diff Delta in Test Files
Breakdown by Phase

How long has this pull request spent in each phase of its lifecycle?

Data pending calculation for pull request

Author avatar

[3.13] gh-56596: Make IDLE key bindings work with Caps Lock on (GH-157709)

Tk does not fold the case of letter keysyms, and Caps Lock changes it,

so bind each key sequence with the other case of its letters too.

(cherry picked from commit 0b18efdf12c56b7b1f2080aa26c419b0014bde77)

Co-authored-by: Serhiy Storchaka [email protected]
Co-authored-by: Terry Jan Reedy [email protected]


  • Issue: gh-56596
    <!-- /gh-issue-number -->

PR was closed without comments.