[Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.15,1.16

Fred L. Drake fdrake@users.sourceforge.net
Mon, 22 Oct 2001 07:18:25 -0700


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

Modified Files:
	libresource.tex 
Log Message:
Clarify that the resource module does not attempt to mask platform
differences by defining symbols not defined on particular platforms.
This closes SF bug #473433.


Index: libresource.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libresource.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libresource.tex	2001/10/04 20:40:07	1.15
--- libresource.tex	2001/10/22 14:18:23	1.16
***************
*** 68,72 ****
  The \UNIX{} man page for \manpage{getrlimit}{2} lists the available
  resources.  Note that not all systems use the same symbol or same
! value to denote the same resource.
  
  \begin{datadesc}{RLIMIT_CORE}
--- 68,74 ----
  The \UNIX{} man page for \manpage{getrlimit}{2} lists the available
  resources.  Note that not all systems use the same symbol or same
! value to denote the same resource.  This module does not attempt to
! mask platform differences --- symbols not defined for a platform will
! not be available from this module on that platform.
  
  \begin{datadesc}{RLIMIT_CORE}