Paul Moore added the comment:

Assuming new code should be using pathlib, I agree this should probably be 
closed now as obsolete.

One proviso - pathlib objects don't take a bytestring path in the constructor. 
If there's a need for a low-level splitpath taking bytes objects, there may 
still be a benefit to this patch. Otherwise pathlib.Path(p).parts is a direct 
replacement AFAICT.

----------
nosy: +paul.moore

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11344>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to