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

antocuni at codespeak.net antocuni at codespeak.net
Sun Nov 11 13:45:37 CET 2007


Author: antocuni
Date: Sun Nov 11 13:45:37 2007
New Revision: 48559

Modified:
   pypy/extradoc/talk/pycon2008/proxy-abstract.txt
Log:
some typos, one XXX



Modified: pypy/extradoc/talk/pycon2008/proxy-abstract.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/proxy-abstract.txt	(original)
+++ pypy/extradoc/talk/pycon2008/proxy-abstract.txt	Sun Nov 11 13:45:37 2007
@@ -6,17 +6,18 @@
 which made it easy to implement those features. The talk would
 consist on:
 
-* Transparent proxy cocept, which allows programmer to create
+* Transparent proxy concept, which allows programmers to create
   transparent object of any type in python (including built-in
-  python types like frames), with various usage showcases icluding
-  our completely transparent remote access scheme.
+  python types like frames), with various usage showcases including
+  our completely transparent remote access scheme. (XXX: I know what
+  you mean, but "create transparent object" is a bit vague)
 
 * Sandboxing concept, which allows to run non-stripped version of
-  python interpreter in controlled environment with custom
+  python interpreter in a controlled environment with custom
   safety policy.
 
-* Taint objspace, which allows programmer to make sure that sensitive
-  information does not cross the I/O barrier.
+* Taint object space, which allows programmers to make sure that sensitive
+  informations do not cross the I/O barrier.
 
 * XXX anything else?
 



More information about the Pypy-commit mailing list