[Idle-dev] CVS: idle Debugger.py,1.10,1.11

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 05 Jul 2002 17:51:36 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv1304

Modified Files:
	Debugger.py 
Log Message:
1. Test Sourceforge checkin, idle-dev posting
2. Remove extraneous comment


Index: Debugger.py
===================================================================
RCS file: /cvsroot/idlefork/idle/Debugger.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Debugger.py	5 Jul 2002 22:05:24 -0000	1.10
--- Debugger.py	6 Jul 2002 00:51:33 -0000	1.11
***************
*** 307,311 ****
              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)
--- 307,310 ----