diff options
author | Guido van Rossum <guido@python.org> | 1997-05-22 20:48:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-22 20:48:03 (GMT) |
commit | f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00 (patch) | |
tree | bb0a99e2f85607bec83bca986256c54cd3f05505 /Lib/dos-8x3/test_reg.py | |
parent | c2d14176153038d568770f5499c8aa6a8c6a93fc (diff) | |
download | cpython-f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00.zip cpython-f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00.tar.gz cpython-f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00.tar.bz2 |
The usual
Diffstat (limited to 'Lib/dos-8x3/test_reg.py')
-rw-r--r-- | Lib/dos-8x3/test_reg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_reg.py b/Lib/dos-8x3/test_reg.py index 9d25d92..078ca40 100644 --- a/Lib/dos-8x3/test_reg.py +++ b/Lib/dos-8x3/test_reg.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) |