aboutsummaryrefslogtreecommitdiff
path: root/demos/python.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/python.html')
-rw-r--r--demos/python.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/python.html b/demos/python.html
index 6fae490a..1d924b4e 100644
--- a/demos/python.html
+++ b/demos/python.html
@@ -80,9 +80,7 @@
<li>Most core language stuff should work, except for importing non-static modules (in other words, <code>import sys</code> will
work, but other modules won't).</li>
<li>Please report bugs if you find them!</li>
- <li>Note that this is an unoptimized build (see <a href="http://code.google.com/p/emscripten/issues/detail?id=8">issue 8</a>),
- so it may run slowly. Speed may depend on the browser - Chrome 8 in particular is slow, dunno why (maybe
- <a href="http://code.google.com/p/v8/issues/detail?id=947">V8 issue 947</a>?). Firefox 4 beta 7+ is recommended.</li>
+ <li>Tested on Firefox 4 and Chrome 10.</li>
<li>The editor is <a href="https://mozillalabs.com/skywriter/">Skywriter</a>.
</ul>
</p>