diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 17:34:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 17:34:02 (GMT) |
commit | b9ee9c2298933658a114590d6dd1cbaf7aca0893 (patch) | |
tree | 9143b0484f3751e46c7ed99cfa196ba0cb9b3622 /Doc/lib/libundoc.tex | |
parent | 0a3c7532f34741b75f045a05db2a327ff52d81f9 (diff) | |
download | cpython-b9ee9c2298933658a114590d6dd1cbaf7aca0893.zip cpython-b9ee9c2298933658a114590d6dd1cbaf7aca0893.tar.gz cpython-b9ee9c2298933658a114590d6dd1cbaf7aca0893.tar.bz2 |
stdwin is obsolete. Point to bsddb from dbhash.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 5e9e7b0..5fc278a 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -196,7 +196,8 @@ arguments and returns complex results. cursesmodule.c -- Curses interface. -dbhashmodule.c -- Obsolete. +dbhashmodule.c -- Obsolete; this functionality is now provided by +bsddbmodule.c. dlmodule.c -- A highly experimental and dangerous device for calling arbitrary C functions in arbitrary shared libraries. @@ -211,6 +212,10 @@ timingmodule.c -- Measure time intervals to high resolution (obsolete 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. + The following are SGI specific: clmodule.c -- Interface to the SGI compression library. |