This patch introduces a new hole: the file() builtin will be allowed to bypass
the sandbox. I'm implementing a replacement that will work prevent this.
builtin open changed from an alias to the file type to a function in Python 2.5.
sandbox.py assumes file is open when replacing/restoring the two with sandboxed
versions
Attached is a patch that removes that hardcoding
Prioritized as critical, this is evil!