[py-svn] r6968 - py/dist/doc

hpk at codespeak.net hpk at codespeak.net
Sun Oct 17 05:54:21 CEST 2004


Author: hpk
Date: Sun Oct 17 05:54:20 2004
New Revision: 6968

Modified:
   py/dist/doc/future.txt
Log:
minor fixes, among them bootrapping -> bootstrapping 
as mentioned by laura :-) 



Modified: py/dist/doc/future.txt
==============================================================================
--- py/dist/doc/future.txt	(original)
+++ py/dist/doc/future.txt	Sun Oct 17 05:54:20 2004
@@ -158,8 +158,7 @@
 
 - it is a bit hackish (see py/initpkg.py)
 
-- while better than normal it still doesn't really 
-  present a consistent view of classes. 
+- it doesn't present a complete and consistent view of the API. 
 
 - ``help(constructed_namespace)`` doesn't fully work
 
@@ -278,7 +277,7 @@
 to do in PyPy but the import/export mechanism works at 
 a higher level of the language, i think.  
 
-Oh, and we didn't talk about bootrapping :-) 
+Oh, and we didn't talk about bootstrapping :-) 
 
 .. _`py.execnet`: execnet.html 
 .. _`wrapping techniques PyPy uses`: http://codespeak.net/pypy/index.cgi?doc/wrapping.html



More information about the pytest-commit mailing list