[Python-checkins] CVS: python/dist/src/Lib Bastion.py,1.4,1.5

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 18 Jan 2001 19:30:24 -0800


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

Modified Files:
	Bastion.py 
Log Message:
make the output of _test() suitable for use in the regression test


Index: Bastion.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/Bastion.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Bastion.py	1998/03/26 21:11:26	1.4
--- Bastion.py	2001/01/19 03:30:22	1.5
***************
*** 156,160 ****
          print "accessible"
      try:
!         print "b._get_.func_defaults =", b._get_.func_defaults,
      except:
          print "inaccessible"
--- 156,160 ----
          print "accessible"
      try:
!         print "b._get_.func_defaults =", map(type, b._get_.func_defaults),
      except:
          print "inaccessible"