42 wrote: > I was wondering if it would be effective to pre-parse incoming scripts > and reject those containing "import"?
getattr(__builtins__, '__imp' + 'ort__')('dangerousmodule') -- http://mail.python.org/mailman/listinfo/python-list
42 wrote: > I was wondering if it would be effective to pre-parse incoming scripts > and reject those containing "import"?
getattr(__builtins__, '__imp' + 'ort__')('dangerousmodule') -- http://mail.python.org/mailman/listinfo/python-list