From b9ee9c2298933658a114590d6dd1cbaf7aca0893 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 2 Jun 1997 17:34:02 +0000 Subject: stdwin is obsolete. Point to bsddb from dbhash. --- Doc/lib/libundoc.tex | 7 ++++++- Doc/libundoc.tex | 7 ++++++- 2 files changed, 12 insertions(+), 2 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. diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 5e9e7b0..5fc278a 100644 --- a/Doc/libundoc.tex +++ b/Doc/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. -- cgit v0.12