From: Fred Drake Date: Fri, 9 Jan 1998 22:25:10 +0000 (+0000) Subject: The resource module has been documented; remove from list. X-Git-Tag: v1.5.1~1003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57b935d0d61cc8bce89a741f1c1c3dc63597b306;p=python The resource module has been documented; remove from list. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index b391a4987c..2009467f85 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -193,8 +193,6 @@ nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface. timingmodule.c -- Measure time intervals to high resolution (obsolete -- use time.clock() instead). -resource.c -- Interface to getrusage() and friends. - stdwinmodule.c -- Interface to STDWIN (an old, unsupported platform-independent GUI package). Obsolete; use Tkinter for a platform-independent GUI instead. diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index b391a4987c..2009467f85 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -193,8 +193,6 @@ nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface. timingmodule.c -- Measure time intervals to high resolution (obsolete -- use time.clock() instead). -resource.c -- Interface to getrusage() and friends. - stdwinmodule.c -- Interface to STDWIN (an old, unsupported platform-independent GUI package). Obsolete; use Tkinter for a platform-independent GUI instead.