[Python-Dev] doc for new restricted execution design for Python

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jul 6 03:01:04 CEST 2006


Brett Cannon wrote:

> Armin in an email said that he thought it was 
> a losing battle to try to hide 'file' from an interpreter.

And I would change file() so that it didn't open
files. Then it would be harmless for code to have
access to the file class.

--
Greg


More information about the Python-Dev mailing list