summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-23 21:58:41 (GMT)
committerGitHub <noreply@github.com>2018-06-23 21:58:41 (GMT)
commit7729d6d27d5d31b9764dec4a96a458015be3ecb8 (patch)
treea717ffe48cb027bdef4b8d48c830955e97a24b02
parenta845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6 (diff)
downloadcpython-7729d6d27d5d31b9764dec4a96a458015be3ecb8.zip
cpython-7729d6d27d5d31b9764dec4a96a458015be3ecb8.tar.gz
cpython-7729d6d27d5d31b9764dec4a96a458015be3ecb8.tar.bz2
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
In configdialog, the custom tabbedpages widget was replaced by ttk.notebook several months ago. (cherry picked from commit 5ae70f66ff1949eec35ff207c97cfe572c4e74c8) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Lib/idlelib/idle_test/htest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index 442f55e..68eae67 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -296,16 +296,6 @@ _stack_viewer_spec = {
"Check that exc_value, exc_tb, and exc_type are correct.\n"
}
-_tabbed_pages_spec = {
- 'file': 'tabbedpages',
- 'kwds': {},
- 'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
- "Add a tab by entering a suitable name for it.\n"
- "Remove an existing tab by entering its name.\n"
- "Remove all existing tabs.\n"
- "<nothing> is an invalid add page and remove page name.\n"
- }
-
_tooltip_spec = {
'file': 'tooltip',
'kwds': {},