[issue11344] Add os.path.splitpath(path) function

Martin Panter report at bugs.python.org
Tue Mar 31 04:38:39 CEST 2015


Martin Panter added the comment:

I think my use cases of splitpath() could be fulfilled by using Path.parts, Path.anchor, Path.relative_to(), etc. I am a bit sad that this never made it in, but I agree it is redundant with pathlib, and the issue should probably be closed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11344>
_______________________________________


More information about the Python-bugs-list mailing list