[3.7] bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by miss-islington · Pull Request #6648 · python/cpython

@terryjreedy @miss-islington

…de. (pythonGH-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 5ff3a16)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

terryjreedy