[Python-checkins] cpython (2.7): Issue #24782: Don't try to run now-removed extension dialog test.

terry.reedy python-checkins at python.org
Tue Oct 20 02:16:21 EDT 2015


https://hg.python.org/cpython/rev/8953a42c2ac4
changeset:   98808:8953a42c2ac4
branch:      2.7
parent:      98775:377fd816c438
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Oct 20 02:15:23 2015 -0400
summary:
  Issue #24782: Don't try to run now-removed extension dialog test.

files:
  Lib/idlelib/configDialog.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py
--- a/Lib/idlelib/configDialog.py
+++ b/Lib/idlelib/configDialog.py
@@ -1440,4 +1440,4 @@
     unittest.main('idlelib.idle_test.test_configdialog',
                   verbosity=2, exit=False)
     from idlelib.idle_test.htest import run
-    run(ConfigDialog, ConfigExtensionsDialog)
+    run(ConfigDialog)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list