mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Added "See also" sections linking to binascii.
This commit is contained in:
parent
ee4d54ea33
commit
ae35aa8b63
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
and return a string containing one or more lines of
|
||||||
base64 encoded data.
|
base64 encoded data.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{seealso}
|
||||||
|
\seemodule{binascii}{support module containing \ASCII{}-to-binary
|
||||||
|
and binary-to-\ASCII{} conversions}
|
||||||
|
\end{seealso}
|
||||||
|
|
|
||||||
|
|
@ -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
|
also set. Defaults for \var{out_file} and \var{mode} are taken from
|
||||||
the uuencode header.
|
the uuencode header.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{seealso}
|
||||||
|
\seemodule{binascii}{support module containing \ASCII{}-to-binary
|
||||||
|
and binary-to-\ASCII{} conversions}
|
||||||
|
\end{seealso}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue