contained execution
Roberto Lupi
Roberto at lupex.net
Fri Oct 20 03:50:29 EDT 2000
More information about the Python-list mailing list
Fri Oct 20 03:50:29 EDT 2000
- Previous message (by thread): newbe help
- Next message (by thread): contained execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <39EE9600.227A7F52 at wasabimg.com>, jdavis at wasabimg.com says... > program. What I am looking for is essentially a python equivelant of > "Safe.pm" (from PERL), although hopefully a little easier to use. There is a chapter in the python library manual about restricted execution. Safe's equivalent in python is the rexec module. -- Roberto Lupi http://www.lupex.net/
- Previous message (by thread): newbe help
- Next message (by thread): contained execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list