From 3f11da0aafaad640ad6f01a576696fbbcd99597e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 16 May 1997 13:51:48 +0000 Subject: Changes to make these tests work on the Mac. --- Lib/test/test_regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_regex.py') diff --git a/Lib/test/test_regex.py b/Lib/test/test_regex.py index 9d25d92d10..078ca406f4 100644 --- a/Lib/test/test_regex.py +++ b/Lib/test/test_regex.py @@ -48,7 +48,7 @@ print 'case folded search:', cre.search('HELLO WORLD') print '__members__:', cre.__members__ print 'regs:', cre.regs print 'last:', cre.last -print 'translate:', `cre.translate` +print 'translate:', len(cre.translate) print 'givenpat:', cre.givenpat print 'match with pos:', cre.match('hello world', 7) -- cgit v1.2.1