]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104719: IDLE - test existence of all tokenize references. (#104767)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 24 May 2023 08:43:56 +0000 (04:43 -0400)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 08:43:56 +0000 (08:43 +0000)
commite561c09975bf67ad8bb67c56a81e30a9165bcc84
treeda94ba31879102eb4cf953e09001b679ca544f35
parent426950993f6a39cdf3f6a3333ac8b518833c7e61
gh-104719: IDLE - test existence of all tokenize references. (#104767)

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

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]