adding a path module to stdlib

Alia Khouri alia_khouri at yahoo.com
Fri Mar 18 07:07:55 EST 2005


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

Ruby has it:
 require 'pathname'
 path = Pathname.new("/tmp/f.log")

What are we missing to make something similarly useful happen for
python?

AK




More information about the Python-list mailing list