This may have been discussed ad nauseaum before, but every time I use os.path manipulations I miss something like Jason Orrendorf's path.py being in the standard library. [http://www.jorendorff.com/articles/python/path/]
That is a great library. I wrote a distutils setup.py for it to make it easier to deploy on multiple systems I use. Installing path.py is so much easier than using os.path. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list