diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-28 13:35:14 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-28 13:35:14 +0000 |
| commit | d032cffe1e57c11a628aa416083a7a26f8214fee (patch) | |
| tree | 06d6fa9d127c1e2b1ec1c88fffcc42f91014c86e /Doc/lib/libarray.tex | |
| parent | 6a725f8a370902243e82cc5753eba3d1bc75bf44 (diff) | |
| download | cpython-d032cffe1e57c11a628aa416083a7a26f8214fee.tar.gz | |
restructured library manual accordiung to functional group
Diffstat (limited to 'Doc/lib/libarray.tex')
| -rw-r--r-- | Doc/lib/libarray.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 9e37d55142..8122f4965b 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -23,6 +23,9 @@ The actual representation of values is determined by the machine architecture (strictly speaking, by the C implementation). The actual size can be accessed through the \var{itemsize} attribute. +See also built-in module \code{struct}. +\bimodindex{struct} + The module defines the following function: \renewcommand{\indexsubitem}{(in module array)} |
