[pypy-svn] r65906 - pypy/extradoc/talk/ep2009/status

antocuni at codespeak.net antocuni at codespeak.net
Wed Jun 24 13:39:34 CEST 2009


Author: antocuni
Date: Wed Jun 24 13:39:33 2009
New Revision: 65906

Added:
   pypy/extradoc/talk/ep2009/status/beamerdefs.txt
      - copied unchanged from r65905, pypy/extradoc/talk/pycon-italy-2008/beamerdefs.txt
Modified:
   pypy/extradoc/talk/ep2009/status/status.pdf
   pypy/extradoc/talk/ep2009/status/status.txt
Log:
s/funded/cofunded, and use the |pause| hack to display points one by one



Modified: pypy/extradoc/talk/ep2009/status/status.pdf
==============================================================================
Binary files. No diff available.

Modified: pypy/extradoc/talk/ep2009/status/status.txt
==============================================================================
--- pypy/extradoc/talk/ep2009/status/status.txt	(original)
+++ pypy/extradoc/talk/ep2009/status/status.txt	Wed Jun 24 13:39:33 2009
@@ -1,3 +1,5 @@
+.. include:: beamerdefs.txt
+
 ================================
 PyPy's Python Interpreter status 
 ================================
@@ -66,7 +68,7 @@
 
 * Sponsoring from Google, Nokia
 
-* Soon JIT work funded by Germany and Sweden
+* Soon JIT work cofunded by Germany and Sweden
 
 
 PyPy 1.1
@@ -87,35 +89,16 @@
 
 * ``ctypes``
 
-
-PyPy 1.1 - more supported packages
-==================================
-
-* ``ctypes``
+|pause|
 
 * ``sqlite``
 
-
-PyPy 1.1 - more supported packages
-==================================
-
-* ``ctypes``
-
-* ``sqlite``
+|pause|
 
 * ``array``, ``cPickle``, ``cStringIO``, ``cmath``, ``dbm``,
   ``datetime``, ``binascii``...
 
-
-PyPy 1.1 - more supported packages
-==================================
-
-* ``ctypes``
-
-* ``sqlite``
-
-* ``array``, ``cPickle``, ``cStringIO``, ``cmath``, ``dbm``,
-  ``datetime``, ``binascii``...
+|pause|
 
 * ``__builtin__``, ``__pypy__``, ``_codecs``, ``_lsprof``,
   ``_minimal_curses``, ``_random``, ``_rawffi``, ``_socket``,



More information about the Pypy-commit mailing list