summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Debugger.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-07-06 00:51:33 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-07-06 00:51:33 (GMT)
commita3436d253c492953957238f1886cd99d6086c8ee (patch)
tree22ee35e520ce6b68c3fc26c2f6584814619b4eaa /Lib/idlelib/Debugger.py
parented813bff29cd643201b3632edcc3c3b093e42bd1 (diff)
downloadcpython-a3436d253c492953957238f1886cd99d6086c8ee.zip
cpython-a3436d253c492953957238f1886cd99d6086c8ee.tar.gz
cpython-a3436d253c492953957238f1886cd99d6086c8ee.tar.bz2
1. Test Sourceforge checkin, idle-dev posting
2. Remove extraneous comment
Diffstat (limited to 'Lib/idlelib/Debugger.py')
-rw-r--r--Lib/idlelib/Debugger.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/Debugger.py b/Lib/idlelib/Debugger.py
index 69c299b..c030588 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: