[pypy-svn] r71237 - pypy/extradoc/talk/pycon2010/crossinterp

benjamin at codespeak.net benjamin at codespeak.net
Mon Feb 15 04:09:37 CET 2010


Author: benjamin
Date: Mon Feb 15 04:09:35 2010
New Revision: 71237

Modified:
   pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
Log:
remove a little awkwardness

Modified: pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	(original)
+++ pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	Mon Feb 15 04:09:35 2010
@@ -52,9 +52,9 @@
   other Pythons exactly once
 
 * cycles with __del__s are not collected by CPython,
-  PyPy for example breaks them randomly instead
+  PyPy breaks them randomly instead
 
-* for example in PyPy (xxx Jython?) __del__ cannot be attached to classes after creation
+* in PyPy (xxx Jython?) __del__ cannot be attached to classes after creation
 
 Other GC issues
 ==================
@@ -67,7 +67,7 @@
 * Implementations may have different installation layouts
 
 * Open issue, at least for PyPy, has compatibility consequences with
-  setuptools for example
+  setuptools
 
 IO bytes vs unicode
 =====================
@@ -84,7 +84,7 @@
 
 * 3.x ready
 
-* faster on PyPy for example
+* faster on PyPy, too
 
 Obscure corners
 =================



More information about the Pypy-commit mailing list