]> granicus.if.org Git - python/commit
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 30 Apr 2018 07:08:01 +0000 (03:08 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Apr 2018 07:08:01 +0000 (03:08 -0400)
commit5ff3a161c8a6b525c5e5b3e36e9c43f5a95bda60
treebcb9e2038f38b5642de35157f62f027e86b9d112
parentc1a6832f50b36ffec299e6e6038535904e2b158d
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.
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]