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

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Feb 15 22:46:20 CET 2007


Author: xoraxax
Date: Thu Feb 15 22:46:17 2007
New Revision: 38973

Modified:
   pypy/dist/pypy/doc/config/objspace.usemodules._random.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.posix.txt
Log:
Reword/enhance posix and _random.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules._random.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._random.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._random.txt	Thu Feb 15 22:46:17 2007
@@ -1,2 +1,2 @@
-Use the '_random' module. 
+Use the '_random' module. It is necessary to use the module "random" from the standard library.
 This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.posix.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.posix.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.posix.txt	Thu Feb 15 22:46:17 2007
@@ -1,3 +1,3 @@
-Use the 'posix' module. 
-This module is essential, included by default and cannot be removed (Even when
-specified explicitly, option gets overriden later)
+Use the essential 'posix' module.
+This module is essential, included by default and cannot be removed (even when
+specified explicitly, the option gets overriden later).



More information about the Pypy-commit mailing list