]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jul 2019 14:57:45 +0000 (07:57 -0700)
committerTal Einat <taleinat@gmail.com>
Thu, 11 Jul 2019 14:57:45 +0000 (17:57 +0300)
commita2cf88efc417f1991720856f6913d16660e48941
tree5ca936c2f6e380268985af981b948ab0323883c9
parentd3747fd8fa91b768b73b60f2e2a14044e5404afa
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)

(cherry picked from commit 9b5ce62cac27fec9dea473865d79c2c654312957)

Co-authored-by: Tal Einat <taleinat@gmail.com>
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_editor.py