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

Fred L. Drake fdrake@users.sourceforge.net
2001年10月22日 07:25:14 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv15768
Modified Files:
 Tag: release21-maint
	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.13
retrieving revision 1.13.12.1
diff -C2 -d -r1.13 -r1.13.12.1
*** libresource.tex	1999年03月02日 17:03:40	1.13
--- libresource.tex	2001年10月22日 14:25:12	1.13.12.1
***************
*** 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}

AltStyle によって変換されたページ (->オリジナル) /