]> granicus.if.org Git - python/commitdiff
stdwin is obsolete. Point to bsddb from dbhash.
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:34:02 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:34:02 +0000 (17:34 +0000)
Doc/lib/libundoc.tex
Doc/libundoc.tex

index 5e9e7b043328e063feb5584e90893ed8eb934fff..5fc278aa0523ebfd80772b4d8d1121d85ad77ba3 100644 (file)
@@ -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.
index 5e9e7b043328e063feb5584e90893ed8eb934fff..5fc278aa0523ebfd80772b4d8d1121d85ad77ba3 100644 (file)
@@ -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.