mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue