summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_rotor2
-rw-r--r--Lib/test/test_rotor.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/output/test_rotor b/Lib/test/output/test_rotor
index e2a61b2..7a84e23 100644
--- a/Lib/test/output/test_rotor
+++ b/Lib/test/output/test_rotor
@@ -1,5 +1,5 @@
test_rotor
-qIT
+'\265q\220\243\350IT\321\007\332\035\334\337'
>k(,˟
spam and eggs
cheese shop
diff --git a/Lib/test/test_rotor.py b/Lib/test/test_rotor.py
index 338ea9d..99724bc 100644
--- a/Lib/test/test_rotor.py
+++ b/Lib/test/test_rotor.py
@@ -7,7 +7,7 @@ A = 'spam and eggs'
B = 'cheese shop'
a = r.encrypt(A)
-print a
+print `a`
b = r.encryptmore(B)
print b