diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
commit | ffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch) | |
tree | bda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libbinascii.tex | |
parent | 7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff) | |
download | cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2 |
Make internal module references hyperlinks wherever it makes sense.
Diffstat (limited to 'Doc/lib/libbinascii.tex')
-rw-r--r-- | Doc/lib/libbinascii.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libbinascii.tex b/Doc/lib/libbinascii.tex index 239565a..cb9c166 100644 --- a/Doc/lib/libbinascii.tex +++ b/Doc/lib/libbinascii.tex @@ -1,15 +1,15 @@ \section{\module{binascii} --- - Convert between binary and various ascii-encoded representations.} -\declaremodule{builtin}{binascii} + Convert between binary \ASCII{}-encoded formats} +\declaremodule{builtin}{binascii} \modulesynopsis{Tools for converting between binary and various -ascii-encoded binary representations.} + \ASCII{}-encoded binary representations.} The \module{binascii} module contains a number of methods to convert between binary and various \ASCII{}-encoded binary -representations. Normally, you will not use these modules directly but -use wrapper modules like \module{uu}\refstmodindex{uu} or +representations. Normally, you will not use these functions directly +but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or \module{hexbin}\refstmodindex{hexbin} instead, this module solely exists because bit-manipuation of large amounts of data is slow in Python. |