[Python-3000] Will we have a true restricted exec environment for python-3000?

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Apr 10 02:32:33 CEST 2006


Georg Brandl wrote:

> Even as properties and methods, they can be restricted,

Another thought is that if they're functions, there are
more options available to the person wanting to impose
restrictions. Instead of removing them altogether, he
could replace them with versions that allow some
subset of their functionality. This could mitigate
the "crippling of the language" effect of just turning
them off altogether.

--
Greg


More information about the Python-3000 mailing list