]> granicus.if.org Git - python/commitdiff
Added a list of the main undocumented extension modules.
authorGuido van Rossum <guido@python.org>
Thu, 27 Mar 1997 20:57:52 +0000 (20:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 27 Mar 1997 20:57:52 +0000 (20:57 +0000)
Doc/lib/libundoc.tex
Doc/libundoc.tex

index c2ad10227f27d0c78e3a670c0d219ace2d91a9fd..735e902a836ac6f5667d1ecdd973bd4c4710d2f0 100644 (file)
@@ -212,5 +212,30 @@ pdb.pm() or traceback.py instead)
 
 \section{Extension modules}
 
-There are some undocumented goodies here, too.  Someone should make a
-list.
+bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
+dbm clone).
+
+cmathmodule.c -- Exactly the same as math, except takes complex
+arguments and returns complex results.
+
+cursesmodule.c -- Curses interface.
+
+dbhashmodule.c -- Obsolete.
+
+dlmodule.c --  A highly experimental and dangerous device for calling
+arbitrary C functions in arbitrary shared libraries.
+
+newmodule.c -- Tommy Burnette's `new' module (creates new empty
+objects of certain kinds) -- dangerous.
+
+nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
+
+timingmodule.c -- Measure time intervals to high resolution (obsolete
+-- use time.clock() instead).
+
+The following are SGI specific:
+
+clmodule.c -- Interface to the SGI compression library.
+
+svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
+(obsolete hardware).
index c2ad10227f27d0c78e3a670c0d219ace2d91a9fd..735e902a836ac6f5667d1ecdd973bd4c4710d2f0 100644 (file)
@@ -212,5 +212,30 @@ pdb.pm() or traceback.py instead)
 
 \section{Extension modules}
 
-There are some undocumented goodies here, too.  Someone should make a
-list.
+bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
+dbm clone).
+
+cmathmodule.c -- Exactly the same as math, except takes complex
+arguments and returns complex results.
+
+cursesmodule.c -- Curses interface.
+
+dbhashmodule.c -- Obsolete.
+
+dlmodule.c --  A highly experimental and dangerous device for calling
+arbitrary C functions in arbitrary shared libraries.
+
+newmodule.c -- Tommy Burnette's `new' module (creates new empty
+objects of certain kinds) -- dangerous.
+
+nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
+
+timingmodule.c -- Measure time intervals to high resolution (obsolete
+-- use time.clock() instead).
+
+The following are SGI specific:
+
+clmodule.c -- Interface to the SGI compression library.
+
+svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
+(obsolete hardware).