diff options
author | 2007-01-20 20:28:54 +0000 | |
---|---|---|
committer | 2007-01-20 20:28:54 +0000 | |
commit | 6f472887b846db5b3b3c67d8b37dbb806590c377 (patch) | |
tree | eb74547be01bb037c26d276e42b63dd97e3e5276 /demo | |
parent | fix two shallow failures in llgraph/test/test_rgenop.py (diff) | |
download | pypy-6f472887b846db5b3b3c67d8b37dbb806590c377.tar.gz pypy-6f472887b846db5b3b3c67d8b37dbb806590c377.tar.bz2 pypy-6f472887b846db5b3b3c67d8b37dbb806590c377.zip |
A comment that I just found sitting in my working copy since ages.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/pickle_coroutine.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/pickle_coroutine.py b/demo/pickle_coroutine.py index 19b1611ce2..e165e0035d 100644 --- a/demo/pickle_coroutine.py +++ b/demo/pickle_coroutine.py @@ -18,6 +18,8 @@ Usage: 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: |