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

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 14 Dec 2001 08:25:55 -0800


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

Modified Files:
      Tag: r22rc1-branch
	test_scope.py 
Log Message:
Merge two of Jeremy's last-minute changes on the trunk into the release branch.

Index: test_scope.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_scope.py,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -C2 -d -r1.22 -r1.22.2.1
*** test_scope.py	2001/12/13 19:45:04	1.22
--- test_scope.py	2001/12/14 16:25:53	1.22.2.1
***************
*** 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)