[pypy-svn] r3534 - pypy/trunk/doc/funding

hpk at codespeak.net hpk at codespeak.net
Tue Mar 30 20:51:01 CEST 2004


Author: hpk
Date: Tue Mar 30 20:50:59 2004
New Revision: 3534

Modified:
   pypy/trunk/doc/funding/B6.7.wp12_validations.txt
Log:
- changed plurals to singular 

- specified security a bit 



Modified: pypy/trunk/doc/funding/B6.7.wp12_validations.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp12_validations.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp12_validations.txt	Tue Mar 30 20:50:59 2004
@@ -32,13 +32,13 @@
 
 **Task 1**
 
-Analyze and implement security models at the language level.  Implement
-the "RExec" restricted execution model.  (It was removed from the official
-Python implementation because it was too hard to maintain.)
+Analyze and implement an "restricted execution"  or sandbox model at the language 
+level.  (It was removed from the official Python implementation because it was too 
+hard to maintain.)
 
 **Task 2**
 
-Analyze and implement distributed execution models at the language level.
+Analyze and implement a distributed execution model at the language level.
 Implement network-transparent execution of Python programs.  (Typical
 libraries require programs to be aware of the remote execution model.)
 


More information about the Pypy-commit mailing list