summaryrefslogtreecommitdiffstats
path: root/Doc/libstruct.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-28 13:35:14 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-28 13:35:14 (GMT)
commitecde781dd10cccf97688811743dcda7b2a8d25ae (patch)
tree9c883726ce1f433c4ced05f9098e78d18919b7a3 /Doc/libstruct.tex
parent557ed94ebbad49ec0f1ffa1b1b911a4ba1162c51 (diff)
downloadcpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.zip
cpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.tar.gz
cpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.tar.bz2
restructured library manual accordiung to functional group
Diffstat (limited to 'Doc/libstruct.tex')
-rw-r--r--Doc/libstruct.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libstruct.tex b/Doc/libstruct.tex
index a2c1b10..4a08c78b 100644
--- a/Doc/libstruct.tex
+++ b/Doc/libstruct.tex
@@ -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)}