summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librgbimg.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-17 11:18:58 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-17 11:18:58 (GMT)
commitb56230b30d1dbdd3bbfe54f10a90e7090940a560 (patch)
tree5c31853939b254db8365f337129dd3013b6df9a5 /Doc/lib/librgbimg.tex
parent2c98a7bbc672f9415621b1538554a5b33d242034 (diff)
downloadcpython-b56230b30d1dbdd3bbfe54f10a90e7090940a560.zip
cpython-b56230b30d1dbdd3bbfe54f10a90e7090940a560.tar.gz
cpython-b56230b30d1dbdd3bbfe54f10a90e7090940a560.tar.bz2
Add deprecation notices to modules deprecated since 2000.
Diffstat (limited to 'Doc/lib/librgbimg.tex')
-rw-r--r--Doc/lib/librgbimg.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/librgbimg.tex b/Doc/lib/librgbimg.tex
index 86978d8..ab20fd6 100644
--- a/Doc/lib/librgbimg.tex
+++ b/Doc/lib/librgbimg.tex
@@ -5,6 +5,8 @@
\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
is \emph{not} SGI specific though!).}
+\deprecated{2.5}{This module is not maintained anymore and seems to be
+ unused.}
The \module{rgbimg} module allows Python programs to access SGI imglib image
files (also known as \file{.rgb} files). The module is far from
@@ -47,6 +49,6 @@ These are the formats returned by \function{gl.lrectread()}.
\begin{funcdesc}{ttob}{flag}
This function sets a global flag which defines whether the scan lines
of the image are read or written from bottom to top (flag is zero,
-compatible with SGI GL) or from top to bottom(flag is one,
+compatible with SGI GL) or from top to bottom (flag is one,
compatible with X). The default is zero.
\end{funcdesc}