> > That may be Perl's philosophy. In Python, file and network ops are > > purely a library issue. > > I don't mean to sound stupid, but if you don't have file ops, how do > you open the library which implements them?
In Python, the bootstrap operation here is the IMPORT opcode. --Guido van Rossum (home page: http://www.python.org/~guido/)
