[pypy-svn] r5955 - pypy/trunk/doc

lac at codespeak.net lac at codespeak.net
Fri Aug 13 18:19:59 CEST 2004


Author: lac
Date: Fri Aug 13 18:19:59 2004
New Revision: 5955

Modified:
   pypy/trunk/doc/cmodules.txt
Log:
see if we get this to format nicely.  will probably take another round ...


Modified: pypy/trunk/doc/cmodules.txt
==============================================================================
--- pypy/trunk/doc/cmodules.txt	(original)
+++ pypy/trunk/doc/cmodules.txt	Fri Aug 13 18:19:59 2004
@@ -8,42 +8,79 @@
 otherwise.
 
 _bisectmodule - already exists
+
 _codecsmodule
+
 _csv - already exists?
+
 _heapqmodule - already exists
+
 _hotshot
+
 _localemodule
+
 _randommodule
+
 _sre - already exists?
+
 _weakref
+
 arraymodule
+
 audioop
+
 binascii
+
 cPickle - already exists
+
 cStringIO - already exists
+
 cgensupport
+
 cmathmodule
+
 collectionsmodule
+
 cryptmodule
+
 datetimemodule - already exists
+
 gcmodule
+
 imageop
+
 imgfile
+
 itertoolsmodule
+
 mathmodule
+
 md5module
+
 operator
+
 parsermodule
+
 rgbimgmodule
+
 sgimodule
+
 shamodule
+
 stropmodule
+
 structmodule
+
 symtablemodule
+
 syslogmodule
+
 timingmodule
+
 unicodedata
+
 yuvconvert
+
 zipimport
 
 Deprecated
@@ -52,8 +89,11 @@
 These modules are deprecated
 
 regexmodule
+
 regexpr
+
 rotormodule
+
 mpzmodule
 
 Links in an external library
@@ -63,27 +103,49 @@
 from scratch is really not practical.
 
 _bsddb
+
 _curses_panel
+
 _cursesmodule
+
 _ssl
+
 _tkinter
+
 almodule
+
 bsddbmodule
+
 bz2module
+
 cdmodule
+
 clmodule
+
 dbmmodule
+
 flmodule
+
 fmmodule
+
 gdbmmodule
+
 glmodule
+
 nismodule
+
 puremodule
+
 pyexpat
+
 readline (replace with pyrepl?)
+
 svmodule
+
 termios
+
 tkappinit
+
 zlibmodule
 
 System specific
@@ -97,20 +159,37 @@
 operating systems.
 
 dlmodule
+
 errnomodule
+
 fcntlmodule
+
 fpectlmodule
+
 fpetestmodule
+
 grpmodule
+
 linuxaudiodev
+
 mmapmodule
+
 ossaudiodev
+
 posixmodule
+
 pwdmodule
+
 resource
+
 selectmodule
+
 signalmodule
+
 socketmodule
+
 sunaudiodev
+
 threadmodule
+
 timemodule



More information about the Pypy-commit mailing list