commit | 887b5f8fc622267e1fd48862ea9d0dfd4a0abdc6 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Apr 30 00:27:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 30 00:27:50 2018 -0700 |
tree | 1e5e2bc4693b73fcb7ab51be044924b09ce32743 | |
parent | 736f17fb8d8b105567d56317f9c0b4c577ce4105 [diff] |
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) In text and entry boxes, this affects selection by double-click, movement left/right by control-left/right, and deletion left/right by control-BACKSPACE/DEL. (cherry picked from commit 5ff3a161c8a6b525c5e5b3e36e9c43f5a95bda60) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>