[Python-checkins] cpython (2.7): Issue #16893: finish deprecation.

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


https://hg.python.org/cpython/rev/e749080fa0f9
changeset: 98104:e749080fa0f9
branch: 2.7
parent: 98100:884f15dc26f0
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Sun Sep 20 23:05:21 2015 -0400
summary:
 Issue #16893: finish deprecation.
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
@@ -114,9 +114,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

AltStyle によって変換されたページ (->オリジナル) /