Is your proposal related to a problem?
pathlib was made to work with paths, it is clear that this module provides more capability than working with strings manually.
Describe the solution you'd like
Start using Pathlib everwhere in code where paths are used.
Additional context
I saw some code using strings instead of Path, this should have been updated in the last refactor.
Is your proposal related to a problem?
pathlibwas made to work with paths, it is clear that this module provides more capability than working with strings manually.Describe the solution you'd like
Start using Pathlib everwhere in code where paths are used.
Additional context
I saw some code using strings instead of
Path, this should have been updated in the last refactor.