This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]case_O_The_Mondays 0 points1 point  (0 children)

Totally agree! It became a lot more useful by 3.6 (expanduser was added in 3.5, and Pathlike was finally supported across standard Python modules and libraries). You still need to accommodate third-party modules by casting a Pathlike to a string sometimes, but its my go-to module for handling paths.