> 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/)