[Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.22,1.23

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 13 Dec 2001 12:00:28 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv3849

Modified Files:
	test_scope.py 
Log Message:
Undo inadvertent change to test_scope in previous checkin


Index: test_scope.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_scope.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** test_scope.py	2001/12/13 19:45:04	1.22
--- test_scope.py	2001/12/13 20:00:26	1.23
***************
*** 462,467 ****
      if kind == 1:       # AV happens when stepping from this line to next
          if des == "":
! ##            des = "_%s__%s" % (klass.__name__, name)
!             des = "1"
          return lambda obj: getattr(obj, des)
  
--- 462,466 ----
      if kind == 1:       # AV happens when stepping from this line to next
          if des == "":
!             des = "_%s__%s" % (klass.__name__, name)
          return lambda obj: getattr(obj, des)