[pypy-svn] r49422 - in pypy/dist/pypy/doc: . config
fijal at codespeak.net
fijal at codespeak.net
Wed Dec 5 21:13:27 CET 2007
Author: fijal
Date: Wed Dec 5 21:13:26 2007
New Revision: 49422
Modified:
pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt
pypy/dist/pypy/doc/config/objspace.usemodules.rctime.txt
pypy/dist/pypy/doc/redirections
Log:
Remove rctypes links
Modified: pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt (original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._socket.txt Wed Dec 5 21:13:26 2007
@@ -2,6 +2,6 @@
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`_.
+library 'socket.py' module. It is based on `rffi`_.
-.. _`rctypes`: ../rctypes.html
+.. _`rffi`: ../rffi.html
Modified: pypy/dist/pypy/doc/config/objspace.usemodules.rctime.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.rctime.txt (original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.rctime.txt Wed Dec 5 21:13:26 2007
@@ -1,7 +1,7 @@
Use the 'rctime' module.
-'rctime' is our `rctypes`_ based implementation of the builtin 'time' module.
+'rctime' is our `rffi`_ based implementation of the builtin 'time' module.
It supersedes the less complete :config:`objspace.usemodules.time`,
at least for C-like targets (the C and LLVM backends).
-.. _`rctypes`: ../rctypes.html
+.. _`rffi`: ../rffi.html
Modified: pypy/dist/pypy/doc/redirections
==============================================================================
--- pypy/dist/pypy/doc/redirections (original)
+++ pypy/dist/pypy/doc/redirections Wed Dec 5 21:13:26 2007
@@ -32,8 +32,6 @@
'draft-dynamic-language-translation.html': 'dynamic-language-translation.html',
'draft-low-level-encapsulation.html': 'low-level-encapsulation.html',
'draft-memory-management-threading-model.html': 'translation-aspects.html',
- 'ctypes-integration.html': 'rctypes.html',
- 'cpython-ctypes-behaviour.html': 'rctypes.html#cpython-behavior',
'proxy.html': 'objspace-proxies.html#tproxy',
}
More information about the Pypy-commit
mailing list