paths: splitall(), relativepath()

Jeff Epler jepler at unpythonic.net
Thu Mar 25 10:55:42 EST 2004


relativepath won't work with mac-style paths, instead of ".." you should
probably use os.pardir instead.

that's the only thing that jumps out at me...

Jeff
PS I've often wanted splitall(), I don't recall ever wanting relativepath




More information about the Python-list mailing list