[pypy-svn] r80379 - pypy/extradoc/talk/ustour2011

arigo at codespeak.net arigo at codespeak.net
Mon Feb 21 16:19:10 CET 2011


Author: arigo
Date: Mon Feb 21 16:19:09 2011
New Revision: 80379

Modified:
   pypy/extradoc/talk/ustour2011/dropbox.txt
Log:
url-ify

Modified: pypy/extradoc/talk/ustour2011/dropbox.txt
==============================================================================
--- pypy/extradoc/talk/ustour2011/dropbox.txt	(original)
+++ pypy/extradoc/talk/ustour2011/dropbox.txt	Mon Feb 21 16:19:09 2011
@@ -32,7 +32,7 @@
 
 * most Python benchmarks run much faster than with CPython or Psyco
 * tight loops run much faster, up to 20-60 times faster
-* speed.pypy.org
+* http://speed.pypy.org/
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
 * pypy already supports 64bit and is in the process of supporting ARM
 * full compatibility with  CPython (more than Jython/IronPython)



More information about the Pypy-commit mailing list