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
ae35aa8b
Commit
ae35aa8b
authored
Apr 23, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added "See also" sections linking to binascii.
parent
ee4d54ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Doc/lib/libbase64.tex
Doc/lib/libbase64.tex
+6
-0
Doc/lib/libuu.tex
Doc/lib/libuu.tex
+6
-0
No files found.
Doc/lib/libbase64.tex
View file @
ae35aa8b
...
...
@@ -47,3 +47,9 @@ Encode the string \var{s}, which can contain arbitrary binary data,
and return a string containing one or more lines of
base64 encoded data.
\end{funcdesc}
\begin{seealso}
\seemodule
{
binascii
}{
support module containing
\ASCII
{}
-to-binary
and binary-to-
\ASCII
{}
conversions
}
\end{seealso}
Doc/lib/libuu.tex
View file @
ae35aa8b
...
...
@@ -37,3 +37,9 @@ file \var{out_file}. If \var{out_file} is a pathname the \var{mode} is
also set. Defaults for
\var
{
out
_
file
}
and
\var
{
mode
}
are taken from
the uuencode header.
\end{funcdesc}
\begin{seealso}
\seemodule
{
binascii
}{
support module containing
\ASCII
{}
-to-binary
and binary-to-
\ASCII
{}
conversions
}
\end{seealso}
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