[Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4

terry.reedy python-checkins at python.org
Mon Sep 21 05:06:13 CEST 2015


https://hg.python.org/cpython/rev/1f602d6046d0
changeset:   98106:1f602d6046d0
branch:      3.5
parent:      98102:84d500faf13c
parent:      98105:ff0270e9bdfb
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Sep 20 23:05:41 2015 -0400
summary:
  Merge with 3.4

files:
  Lib/idlelib/EditorWindow.py |  4 +---
  1 files changed, 1 insertions(+), 3 deletions(-)


diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -85,9 +85,7 @@
         self.dlg = None
         self.parent = None
 
-helpDialog = HelpDialog()  # singleton instance
-def _help_dialog(parent):  # wrapper for htest
-    helpDialog.show_dialog(parent)
+helpDialog = HelpDialog()  # singleton instance, no longer used
 
 
 class EditorWindow(object):

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


More information about the Python-checkins mailing list