Files
cpython/Objects
Tim Peters 8fa45677c1 Now that file objects are subclassable, you can get at the file constructor
just by doing type(f) where f is any file object.  This left a hole in
restricted execution mode that rexec.py can't plug by itself (although it
can plug part of it; the rest is plugged in fileobject.c now).
2001-09-13 21:01:29 +00:00
..
2001-08-29 23:54:21 +00:00
2001-09-06 21:56:42 +00:00
2001-09-02 18:35:54 +00:00
2001-08-29 23:54:21 +00:00
2001-08-29 23:54:21 +00:00
2001-09-11 19:48:03 +00:00