Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c4c26414
Commit
c4c26414
authored
Aug 14, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print `a` so encrypted text is shown in ascii, not binary.
parent
9faabb8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/test/output/test_rotor
Lib/test/output/test_rotor
+1
-1
Lib/test/test_rotor.py
Lib/test/test_rotor.py
+1
-1
No files found.
Lib/test/output/test_rotor
View file @
c4c26414
test_rotor
qIT
'\265q\220\243\350IT\321\007\332\035\334\337'
>k(,˟
spam and eggs
cheese shop
Lib/test/test_rotor.py
View file @
c4c26414
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment