[Python-checkins] cpython (3.4): 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/4bf862fc10a5
changeset:   98809:4bf862fc10a5
branch:      3.4
parent:      98802:3e42d272c37b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Oct 20 02:15:28 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
@@ -1423,4 +1423,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