mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue