File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,5 +212,30 @@ \section{Obsolete}
212212
213213\section {Extension modules }
214214
215- There are some undocumented goodies here, too. Someone should make a
216- list.
215+ bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
216+ dbm clone).
217+
218+ cmathmodule.c -- Exactly the same as math, except takes complex
219+ arguments and returns complex results.
220+
221+ cursesmodule.c -- Curses interface.
222+
223+ dbhashmodule.c -- Obsolete.
224+
225+ dlmodule.c -- A highly experimental and dangerous device for calling
226+ arbitrary C functions in arbitrary shared libraries.
227+
228+ newmodule.c -- Tommy Burnette's `new' module (creates new empty
229+ objects of certain kinds) -- dangerous.
230+
231+ nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
232+
233+ timingmodule.c -- Measure time intervals to high resolution (obsolete
234+ -- use time.clock() instead).
235+
236+ The following are SGI specific:
237+
238+ clmodule.c -- Interface to the SGI compression library.
239+
240+ svmodule.c -- Interface to the `` simple video'' board on SGI Indigo
241+ (obsolete hardware).
Original file line number Diff line number Diff line change @@ -212,5 +212,30 @@ \section{Obsolete}
212212
213213\section {Extension modules }
214214
215- There are some undocumented goodies here, too. Someone should make a
216- list.
215+ bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
216+ dbm clone).
217+
218+ cmathmodule.c -- Exactly the same as math, except takes complex
219+ arguments and returns complex results.
220+
221+ cursesmodule.c -- Curses interface.
222+
223+ dbhashmodule.c -- Obsolete.
224+
225+ dlmodule.c -- A highly experimental and dangerous device for calling
226+ arbitrary C functions in arbitrary shared libraries.
227+
228+ newmodule.c -- Tommy Burnette's `new' module (creates new empty
229+ objects of certain kinds) -- dangerous.
230+
231+ nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
232+
233+ timingmodule.c -- Measure time intervals to high resolution (obsolete
234+ -- use time.clock() instead).
235+
236+ The following are SGI specific:
237+
238+ clmodule.c -- Interface to the SGI compression library.
239+
240+ svmodule.c -- Interface to the `` simple video'' board on SGI Indigo
241+ (obsolete hardware).
You can’t perform that action at this time.
0 commit comments