In message <[EMAIL PROTECTED]>, Robert Kern wrote: > os.path. It's a sub-module of the standard os module.
Actually, there are no such things as sub-modules (as you'll find out if you try to define one). What it really is is a variable in that module, which points to another module (e.g. posixpath). -- http://mail.python.org/mailman/listinfo/python-list