[Python-checkins] CVS: python/dist/src/Doc/lib librgbimg.tex,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Tue, 04 Dec 2001 08:49:02 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv24170/lib

Modified Files:
	librgbimg.tex 
Log Message:
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.


Index: librgbimg.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librgbimg.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** librgbimg.tex	1999/02/20 04:46:37	1.12
--- librgbimg.tex	2001/12/04 16:49:00	1.13
***************
*** 3,8 ****
  
  \declaremodule{builtin}{rgbimg}
! \modulesynopsis{Read and write image files in ``SGI RGB'' format (the module is
! \emph{not} SGI specific though!).}
  
  
--- 3,8 ----
  
  \declaremodule{builtin}{rgbimg}
! \modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
!                 is \emph{not} SGI specific though!).}
  
  
***************
*** 11,14 ****
--- 11,17 ----
  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: