adding a path module to stdlib

Michael Hoffman cam.ac.uk at mh391.invalid
Fri Mar 18 13:27:45 EST 2005


Alia Khouri wrote:
> 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



More information about the Python-list mailing list