Commit 3767bedb authored by Jeremy Hylton's avatar Jeremy Hylton

make the output of _test() suitable for use in the regression test

parent e0c594f2
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment