From: Fred Drake Date: Thu, 19 Dec 1996 12:20:54 +0000 (+0000) Subject: (libunix.tex): Change matching lib.tex: add line item for the resource X-Git-Tag: v1.5a1~695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae0cd0b9b3c003c15c68a95911c8a62577ce1103;p=python (libunix.tex): Change matching lib.tex: add line item for the resource module. --- diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex index 361aa16479..239f426854 100644 --- a/Doc/lib/libunix.tex +++ b/Doc/lib/libunix.tex @@ -39,6 +39,10 @@ some or many variants of it. Here's an overview: \item[posixfile] --- A file-like object with support for locking. +\item[resource] +--- An interface to provide resource usage information on the current +process. + \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines. diff --git a/Doc/libunix.tex b/Doc/libunix.tex index 361aa16479..239f426854 100644 --- a/Doc/libunix.tex +++ b/Doc/libunix.tex @@ -39,6 +39,10 @@ some or many variants of it. Here's an overview: \item[posixfile] --- A file-like object with support for locking. +\item[resource] +--- An interface to provide resource usage information on the current +process. + \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines.