-
-
Notifications
You must be signed in to change notification settings - Fork 721
Closed
Description
This issue created for discuss about moving to use pathlib.
I have a next questions about this:
- pathtools last updated in 2016, can pathlib replace it?
- pathlib is a part of CPython from version 3.4 and available for version 2.7 as additional package (but 2.7 support dropping in next year, so this is not so critical). And if answer on the first question is yes, we decrease count of dependencies.
- in pathlib path is a object, not a string as in os.path. No more think about encodings, it is "bytes" or "str", os.path.sep, startswith and etc.
Also, I want to know, maybe any potential problems for moving to pathlib? What youre think about this?
auphofBSF, bb1ocker, BoboTiG, uncw, indigoviolet and 3 more