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

hpk at codespeak.net hpk at codespeak.net
Sat Feb 5 11:02:54 CET 2005


Author: hpk
Date: Sat Feb  5 11:02:53 2005
New Revision: 8894

Modified:
   py/dist/py/documentation/index.txt
Log:
reference greenlet from the index page of the py lib 



Modified: py/dist/py/documentation/index.txt
==============================================================================
--- py/dist/py/documentation/index.txt	(original)
+++ py/dist/py/documentation/index.txt	Sat Feb  5 11:02:53 2005
@@ -15,6 +15,8 @@
 
    `py.execnet`_ a (probably uniquely) innovative way to distribute programs across the net 
 
+   `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) 
 
    `miscellaneous features`_ describes some more py lib features 
@@ -30,6 +32,7 @@
 
 
 .. _`py.execnet`: execnet.html 
+.. _`py.magic.greenlet`: greenlet.html 
 .. _`py.test`: test.html 
 .. _`py.xml`: xml.html 
 .. _`Why What how py?`: why_py.html 



More information about the pytest-commit mailing list