[Python-Dev] PEP 273 - Import from Zip Archives

Guido van Rossum guido@python.org
Tue, 05 Mar 2002 08:25:24 -0500


> I mean, move the functionality from the os module into
> methods of file objects (or class methods of the file type)?
> 
> Example:
> file.stat(pathname) instead of os.stat(pathname)

Cool -- for Python 3000.  Write a PEP!

--Guido van Rossum (home page: http://www.python.org/~guido/)