[pypy-svn] r38656 - pypy/dist/pypy/translator/js/examples

fijal at codespeak.net fijal at codespeak.net
Tue Feb 13 02:38:55 CET 2007


Author: fijal
Date: Tue Feb 13 02:38:46 2007
New Revision: 38656

Modified:
   pypy/dist/pypy/translator/js/examples/pythonconsole.py
Log:
Add a note about timeout


Modified: pypy/dist/pypy/translator/js/examples/pythonconsole.py
==============================================================================
--- pypy/dist/pypy/translator/js/examples/pythonconsole.py	(original)
+++ pypy/dist/pypy/translator/js/examples/pythonconsole.py	Tue Feb 13 02:38:46 2007
@@ -35,6 +35,8 @@
 </head>
 <body onload="setup_page()">
 <h3>Console</h3>
+<p>Note that a default timeout for the console is 5 minutes, after that time
+console just dies and stops responding</p>
 
     <pre id="data"></pre>
 



More information about the Pypy-commit mailing list