Desactivating Python keywords and built-in functions
Istvan Albert
ialbert at mailblocks.com
Fri Oct 8 13:15:02 EDT 2004
More information about the Python-list mailing list
Fri Oct 8 13:15:02 EDT 2004
- Previous message (by thread): Problem with tkFileDialog.askdirectory(), Windows, and non-ascii paths
- Next message (by thread): Desactivating Python keywords and built-in functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Problem with tkFileDialog.askdirectory(), Windows, and non-ascii paths
- Next message (by thread): Desactivating Python keywords and built-in functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list