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

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Feb 15 23:09:46 CET 2007


Author: xoraxax
Date: Thu Feb 15 23:09:43 2007
New Revision: 38982

Modified:
   pypy/dist/pypy/doc/config/objspace.usemodules._codecs.txt
   pypy/dist/pypy/doc/config/objspace.usemodules._weakref.txt
Log:
Enhanced _codecs and _weakref.

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	Thu Feb 15 23:09:43 2007
@@ -1,2 +1,2 @@
 Use the '_codecs' module. 
-This module is expected to be working and is included by default.
+Used by the 'codecs' standard lib module. 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	Thu Feb 15 23:09:43 2007
@@ -1,2 +1,2 @@
-Use the '_weakref' module. 
+Use the '_weakref' module, necessary for the standard lib 'weakref' module.
 This module is expected to be working and is included by default.



More information about the Pypy-commit mailing list