commit | a11ccccd249c201df0224c84bbaacdb31496aa5b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Oct 06 20:19:59 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Oct 06 20:19:59 1997 +0000 |
tree | d5a3ed51586cbe829775209fa49f469935332782 | |
parent | d57548023fa61918e545c0c808625df4f43e6ad4 [diff] [blame] |
The usual (and some new modules).
diff --git a/Lib/dos-8x3/test_rot.py b/Lib/dos-8x3/test_rot.py index 99724bc..a5c02aa 100644 --- a/Lib/dos-8x3/test_rot.py +++ b/Lib/dos-8x3/test_rot.py
@@ -9,7 +9,7 @@ a = r.encrypt(A) print `a` b = r.encryptmore(B) -print b +print `b` A1 = r.decrypt(a) print A1