summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-04 16:49:00 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-04 16:49:00 (GMT)
commit97e3201220175947fb7e21134dfa8fea4b91b4e7 (patch)
treeb2bfb70c4d482db9a3080852ba387e34652d4c4a /Doc
parent03b3f045425f201001deb0fc632a7d15f9c18cca (diff)
downloadcpython-97e3201220175947fb7e21134dfa8fea4b91b4e7.zip
cpython-97e3201220175947fb7e21134dfa8fea4b91b4e7.tar.gz
cpython-97e3201220175947fb7e21134dfa8fea4b91b4e7.tar.bz2
Add a note that the rgbimg module is only built on 32-bit machines (prompted
by a question to webmaster). Re-wrapped a long line.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librgbimg.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/lib/librgbimg.tex b/Doc/lib/librgbimg.tex
index e51e94a..86978d8 100644
--- a/Doc/lib/librgbimg.tex
+++ b/Doc/lib/librgbimg.tex
@@ -2,8 +2,8 @@
Read and write ``SGI RGB'' files}
\declaremodule{builtin}{rgbimg}
-\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module is
-\emph{not} SGI specific though!).}
+\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
+ is \emph{not} SGI specific though!).}
The \module{rgbimg} module allows Python programs to access SGI imglib image
@@ -11,6 +11,9 @@ files (also known as \file{.rgb} files). The module is far from
complete, but is provided anyway since the functionality that there is
enough in some cases. Currently, colormap files are not supported.
+\note{This module is only built by default for 32-bit platforms; it is
+not expected to work properly on other systems.}
+
The module defines the following variables and functions:
\begin{excdesc}{error}