Desactivating Python keywords and built-in functions

Istvan Albert ialbert at mailblocks.com
Fri Oct 8 13:15:02 EDT 2004


Andr? Roberge wrote:

> Is there a simple way to desactivate Python keywords and built-in
> keywords [e.g. eval()]

Try rexec:

http://docs.python.org/lib/module-rexec.html

not fully safe but I might be enough.

Istvan.



More information about the Python-list mailing list