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

pedronis at codespeak.net pedronis at codespeak.net
Thu Feb 15 23:03:28 CET 2007


Author: pedronis
Date: Thu Feb 15 23:03:27 2007
New Revision: 38980

Modified:
   pypy/dist/pypy/doc/config/objspace.usemodules.rctime.txt
Log:
some description for rctime


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	Thu Feb 15 23:03:27 2007
@@ -1,2 +1,7 @@
 Use the 'rctime' module. 
-This module is expected to be fully working.
+
+'rctime' is our `rctypes`_ based implemenation 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



More information about the Pypy-commit mailing list