summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-09 22:25:10 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-09 22:25:10 (GMT)
commit57b935d0d61cc8bce89a741f1c1c3dc63597b306 (patch)
treefec1c40c7f9ed06c1d62f04c991e0ecffb9dd946 /Doc/libundoc.tex
parentbbe6068de02b2a7117fd274cb81f524db93e74b4 (diff)
downloadcpython-57b935d0d61cc8bce89a741f1c1c3dc63597b306.zip
cpython-57b935d0d61cc8bce89a741f1c1c3dc63597b306.tar.gz
cpython-57b935d0d61cc8bce89a741f1c1c3dc63597b306.tar.bz2
The resource module has been documented; remove from list.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index b391a49..2009467 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.