diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-09 22:25:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-09 22:25:10 (GMT) |
commit | 57b935d0d61cc8bce89a741f1c1c3dc63597b306 (patch) | |
tree | fec1c40c7f9ed06c1d62f04c991e0ecffb9dd946 /Doc/libundoc.tex | |
parent | bbe6068de02b2a7117fd274cb81f524db93e74b4 (diff) | |
download | cpython-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.tex | 2 |
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. |