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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Feb 13 14:47:23 CET 2007


Author: cfbolz
Date: Tue Feb 13 14:47:22 2007
New Revision: 38696

Modified:
   pypy/dist/pypy/doc/config/makemodules.py
   pypy/dist/pypy/doc/config/objspace.usemodules._codecs.txt
   pypy/dist/pypy/doc/config/objspace.usemodules._pickle_support.txt
   pypy/dist/pypy/doc/config/objspace.usemodules._random.txt
   pypy/dist/pypy/doc/config/objspace.usemodules._sre.txt
   pypy/dist/pypy/doc/config/objspace.usemodules._weakref.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.array.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.errno.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.gc.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.marshal.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.math.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.recparser.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.symbol.txt
Log:
remove the "fully" (expectation management). thanks samuele.


Modified: pypy/dist/pypy/doc/config/makemodules.py
==============================================================================
--- pypy/dist/pypy/doc/config/makemodules.py	(original)
+++ pypy/dist/pypy/doc/config/makemodules.py	Tue Feb 13 14:47:22 2007
@@ -18,7 +18,7 @@
         if p in pypyoption.essential_modules:
             text.append("This module is essential, included by default and should not be removed.")
         elif p in pypyoption.default_modules:
-            text.append("This module is expected to be fully working and is included by default.")
+            text.append("This module is expected to be working and is included by default.")
         elif p in pypyoption.working_modules:
             text.append("This module is expected to be fully working.")
         text.append("")

Modified: pypy/dist/pypy/doc/config/objspace.usemodules._codecs.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._codecs.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._codecs.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the '_codecs' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules._pickle_support.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._pickle_support.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._pickle_support.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the '_pickle_support' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

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	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the '_random' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules._sre.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._sre.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._sre.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the '_sre' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules._weakref.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._weakref.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._weakref.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the '_weakref' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.array.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.array.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.array.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'array' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.errno.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.errno.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.errno.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'errno' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.gc.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.gc.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.gc.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'gc' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.marshal.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.marshal.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.marshal.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'marshal' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.math.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.math.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.math.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'math' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'pypymagic' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.recparser.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.recparser.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.recparser.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'recparser' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.symbol.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.symbol.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.symbol.txt	Tue Feb 13 14:47:22 2007
@@ -1,2 +1,2 @@
 Use the 'symbol' module. 
-This module is expected to be fully working and is included by default.
+This module is expected to be working and is included by default.



More information about the Pypy-commit mailing list