From: Kurt B. Kaiser Date: Sat, 6 Jul 2002 00:51:33 +0000 (+0000) Subject: 1. Test Sourceforge checkin, idle-dev posting X-Git-Tag: v2.3c1~5110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3436d253c492953957238f1886cd99d6086c8ee;p=python 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment --- diff --git a/Lib/idlelib/Debugger.py b/Lib/idlelib/Debugger.py index 69c299b7bd..c030588a3f 100644 --- a/Lib/idlelib/Debugger.py +++ b/Lib/idlelib/Debugger.py @@ -306,7 +306,6 @@ class Debugger: gdict = frame.f_globals if lv and gv and ldict is gdict: ldict = None - # Calls OldStackviewer.NamespaceViewer.load_dict(): if lv: lv.load_dict(ldict, force, self.pyshell.interp.rpcclt) if gv: