> Thoughts on os.path? What happened to the idea of a new path object? I don't know if it's related, but there are two new interesting projects: pathlib and walkdir. http://pypi.python.org/pypi/pathlib https://pathlib.readthedocs.org/en/latest/ http://pypi.python.org/pypi/walkdir http://walkdir.readthedocs.org/en/latest/ http://bugs.python.org/issue13229 Victor