[pypy-svn] r42666 - pypy/dist/pypy/doc/config

afa at codespeak.net afa at codespeak.net
Fri May 4 11:26:11 CEST 2007


Author: afa
Date: Fri May  4 11:26:10 2007
New Revision: 42666

Added:
   pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt
Removed:
   pypy/dist/pypy/doc/config/objspace.usemodules.rsocket.txt
Log:
Update options documentation


Added: pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt	Fri May  4 11:26:10 2007
@@ -0,0 +1,7 @@
+Use the '_socket' module. 
+
+This is our implementation of '_socket', the Python builtin module
+exposing socket primitives, which is wrapped and used by the standard
+library 'socket.py' module. It is based on `rctypes`_.
+
+.. _`rctypes`: ../rctypes.html


More information about the pypy-svn mailing list