[Python-checkins] bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)

Terry Jan Reedy webhook-mailer at python.org
Sat Jun 23 17:33:30 EDT 2018


https://github.com/python/cpython/commit/5ae70f66ff1949eec35ff207c97cfe572c4e74c8
commit: 5ae70f66ff1949eec35ff207c97cfe572c4e74c8
branch: master
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2018-06-23T17:33:27-04:00
summary:

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.

files:
M Lib/idlelib/idle_test/htest.py

diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index 442f55e283a4..68eae67aff3e 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -296,16 +296,6 @@ def _wrapper(parent):  # htest #
            "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': {},



More information about the Python-checkins mailing list