From: Jeremy Hylton Date: Fri, 19 Jan 2001 03:30:22 +0000 (+0000) Subject: make the output of _test() suitable for use in the regression test X-Git-Tag: v2.1a1~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a34c879bcf23c65b6228925f5338f9363f8541e;p=thirdparty%2FPython%2Fcpython.git make the output of _test() suitable for use in the regression test --- diff --git a/Lib/Bastion.py b/Lib/Bastion.py index a6e716bf3086..868b0b6403f2 100644 --- a/Lib/Bastion.py +++ b/Lib/Bastion.py @@ -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: