]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 May 2023 12:46:33 +0000 (05:46 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 12:46:33 +0000 (08:46 -0400)
commit22618a86f4c42aaecf5057055b41552346ddd3aa
tree0574068a6257ce7fd7e2de0b3362eb7f04d1bf1c
parent6d00ae3c28b254feeb3c1a81e38db92109180c47
[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) (#104845)

gh-104719: IDLE - test existence of all tokenize references. (GH-104767)

Class editor.IndentSearcher contains all editor references to tokenize module.
Module io tokenize reference cover those other modules.

(cherry picked from commit e561c09975bf67ad8bb67c56a81e30a9165bcc84)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_iomenu.py
Misc/NEWS.d/next/IDLE/2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst [new file with mode: 0644]