mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Added a list of the main undocumented extension modules.
This commit is contained in:
parent
7f3b0421de
commit
8d2893b5b2
2 changed files with 54 additions and 4 deletions
|
|
@ -212,5 +212,30 @@ pdb.pm() or traceback.py instead)
|
||||||
|
|
||||||
\section{Extension modules}
|
\section{Extension modules}
|
||||||
|
|
||||||
There are some undocumented goodies here, too. Someone should make a
|
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
|
||||||
list.
|
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).
|
||||||
|
|
|
||||||
|
|
@ -212,5 +212,30 @@ pdb.pm() or traceback.py instead)
|
||||||
|
|
||||||
\section{Extension modules}
|
\section{Extension modules}
|
||||||
|
|
||||||
There are some undocumented goodies here, too. Someone should make a
|
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
|
||||||
list.
|
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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue