[pypy-svn] r48677 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Wed Nov 14 15:18:27 CET 2007


Author: fijal
Date: Wed Nov 14 15:18:25 2007
New Revision: 48677

Modified:
   pypy/extradoc/talk/pycon2008/proxy-abstract.txt
Log:
Resolve XXX


Modified: pypy/extradoc/talk/pycon2008/proxy-abstract.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/proxy-abstract.txt	(original)
+++ pypy/extradoc/talk/pycon2008/proxy-abstract.txt	Wed Nov 14 15:18:25 2007
@@ -7,7 +7,7 @@
 
 In this talk we will outline PyPy's unique features, namely
 sandboxing, transparent proxying, our distribution prototype and our security
-prototype, the taint objspace (XXX "objspace" is obscure - might want to say something a non-pypy developer can understand here). We would also like to summarize our design
+prototype, the taint prototype. We would also like to summarize our design
 decisions which make it possible for such features to be non-pervasive to the
 core interpreter codebase. Those features also works out of the box on
 different PyPy target platforms (C/POSIX, .NET, JVM) from the single



More information about the Pypy-commit mailing list