[Python-Dev] Fwd: I was just thinking that os.path could use some love...

Victor Stinner victor.stinner at gmail.com
Wed Jan 30 22:39:13 CET 2013


> 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


More information about the Python-Dev mailing list