restructured library manual accordiung to functional group

This commit is contained in:
Guido van Rossum 1995-03-28 13:35:14 +00:00
parent 557ed94ebb
commit ecde781dd1
55 changed files with 899 additions and 275 deletions

View file

@ -7,6 +7,9 @@ structs represented as Python strings. It uses \dfn{format strings}
(explained below) as compact descriptions of the lay-out of the C
structs and the intended conversion to/from Python values.
See also built-in module \code{array}.
\bimodindex{array}
The module defines the following exception and functions:
\renewcommand{\indexsubitem}{(in module struct)}