You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pathlib can replace the functionality of os.path. It is a newer interface to all things path and I believe it to have a better and more Pythonic API than os.path.
As we don't have any constraints on Python versions or legacy code, I propose we move to the newer interface internally.
The text was updated successfully, but these errors were encountered:
pathlib can replace the functionality of os.path. It is a newer interface to all things path and I believe it to have a better and more Pythonic API than os.path.
As we don't have any constraints on Python versions or legacy code, I propose we move to the newer interface internally.
The text was updated successfully, but these errors were encountered: