summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2023-05-24 08:43:56 (GMT)
committerGitHub <noreply@github.com>2023-05-24 08:43:56 (GMT)
commite561c09975bf67ad8bb67c56a81e30a9165bcc84 (patch)
treeda94ba31879102eb4cf953e09001b679ca544f35 /Misc
parent426950993f6a39cdf3f6a3333ac8b518833c7e61 (diff)
downloadcpython-e561c09975bf67ad8bb67c56a81e30a9165bcc84.zip
cpython-e561c09975bf67ad8bb67c56a81e30a9165bcc84.tar.gz
cpython-e561c09975bf67ad8bb67c56a81e30a9165bcc84.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst b/Misc/NEWS.d/next/IDLE/2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst
new file mode 100644
index 0000000..3fbe04b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst
@@ -0,0 +1,2 @@
+Remove IDLE's modification of tokenize.tabsize and test other uses of
+tokenize data and methods.