]> granicus.if.org Git - python/commit
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Apr 2018 07:27:50 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Apr 2018 07:27:50 +0000 (00:27 -0700)
commit887b5f8fc622267e1fd48862ea9d0dfd4a0abdc6
tree1e5e2bc4693b73fcb7ab51be044924b09ce32743
parent736f17fb8d8b105567d56317f9c0b4c577ce4105
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>
Lib/idlelib/editor.py
Misc/NEWS.d/next/IDLE/2018-04-29-16-13-02.bpo-21474.bglg-F.rst [new file with mode: 0644]