[pypy-svn] r37072 - pypy/dist/demo

arigo at codespeak.net arigo at codespeak.net
Sat Jan 20 21:28:56 CET 2007


Author: arigo
Date: Sat Jan 20 21:28:54 2007
New Revision: 37072

Modified:
   pypy/dist/demo/pickle_coroutine.py
Log:
A comment that I just found sitting in my working copy since ages.


Modified: pypy/dist/demo/pickle_coroutine.py
==============================================================================
--- pypy/dist/demo/pickle_coroutine.py	(original)
+++ pypy/dist/demo/pickle_coroutine.py	Sat Jan 20 21:28:54 2007
@@ -18,6 +18,8 @@
 
         Reload the coroutine from demo.pickle and continue running it.
         (It can be interrupted again with Ctrl-C.)
+
+This demo is documented in detail in pypy/doc/stackless.txt.
 """
 
 try:



More information about the Pypy-commit mailing list