]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added "See also" sections linking to binascii.
authorFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 15:52:18 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 15:52:18 +0000 (15:52 +0000)
Doc/lib/libbase64.tex
Doc/lib/libuu.tex

index 0a193c196627492120311555a2f7c2c949173167..a59332b1560d930fb4a0ae0c2bf49fa685116f6b 100644 (file)
@@ -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}
index 5b0e44168fc2c996f871d2d28c1a9a136ef16da8..3f12fcd8a163f85e0b7a2a7a298a731a5acf41ed 100644 (file)
@@ -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}