commit | ae35aa8b63a447b39f165fdb9a8b13767b8e4a03 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Apr 23 15:52:18 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Apr 23 15:52:18 1999 +0000 |
tree | bd5ae207242512596dea3ec44160f83e0fad97cf | |
parent | ee4d54ea3372cab1c87dd13bf7fda8eaa3cbf269 [diff] [blame] |
Added "See also" sections linking to binascii.
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index 0a193c1..a59332b 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex
@@ -47,3 +47,9 @@ 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}