]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
make the output of _test() suitable for use in the regression test
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 19 Jan 2001 03:30:22 +0000 (03:30 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 19 Jan 2001 03:30:22 +0000 (03:30 +0000)
Lib/Bastion.py

index a6e716bf308619ffa5c38fde4a0e844d920a9d12..868b0b6403f2c8f68701cb2868ecd8a4380dbcbd 100644 (file)
@@ -155,7 +155,7 @@ def _test():
     else:
         print "accessible"
     try:
-        print "b._get_.func_defaults =", b._get_.func_defaults,
+        print "b._get_.func_defaults =", map(type, b._get_.func_defaults),
     except:
         print "inaccessible"
     else: