commit | f1e63545483a3b4eb7d8357e8a1ed2cb048bbb00 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 22 20:48:03 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 22 20:48:03 1997 +0000 |
tree | bb0a99e2f85607bec83bca986256c54cd3f05505 | |
parent | c2d14176153038d568770f5499c8aa6a8c6a93fc [diff] [blame] |
The usual
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 '__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)