[py-svn] r13303 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Sat Jun 11 21:00:04 CEST 2005


Author: hpk
Date: Sat Jun 11 21:00:03 2005
New Revision: 13303

Modified:
   py/dist/py/documentation/index.txt
Log:
warn against win32 for py.execnet and be slightly more humble



Modified: py/dist/py/documentation/index.txt
==============================================================================
--- py/dist/py/documentation/index.txt	(original)
+++ py/dist/py/documentation/index.txt	Sat Jun 11 21:00:03 2005
@@ -3,9 +3,9 @@
 
 `py.test`_ introduces to the new'n'easy **py.test** utility
 
-`py.execnet`_ a (probably uniquely) innovative way to distribute programs across the net 
+`py.execnet`_ an innovative way to distribute programs across the net (not stable on win32 yet) 
 
-`py.magic.greenlet`_: Lightweight in-process concurrent programming (aka Stackless)
+`py.magic.greenlet`_:  Lightweight in-process concurrent programming (aka Stackless)
 
 `py.xml`_ a fast'n'easy way to generate xml/html documents (including CSS-styling) 
 



More information about the pytest-commit mailing list