mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
AMK's megapatch:
* \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
parent
3c2a056fdd
commit
e47da0ae04
196 changed files with 1068 additions and 859 deletions
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \sectcode{zlib}}
|
||||
\label{module-zlib}
|
||||
\bimodindex{zlib}
|
||||
|
||||
For applications that require data compression, the functions in this
|
||||
|
@ -95,5 +96,8 @@ uncompressed output is returned. After calling \code{flush()}, the
|
|||
action is to delete the object.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{gzip}{reading and writing \file{gzip}-format files}
|
||||
\end{seealso}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue