]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:22 +0000 (05:46 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 12:46:22 +0000 (08:46 -0400)
commit5e1799ea2e6ce96dbaba380f41f37b3856e43354
treee90d7f07bc419364ce94025a17ffb4ac037817b5
parentb151660883864392c0e37972efde232b46a36589
[3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) (#104844)

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]