make the output of _test() suitable for use in the regression test
diff --git a/Lib/Bastion.py b/Lib/Bastion.py
index a6e716b..868b0b6 100644
--- a/Lib/Bastion.py
+++ b/Lib/Bastion.py
@@ -155,7 +155,7 @@
     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: