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
Currently os.path and pathlib.Path are spread all over the place, it would be nice to settle on using pathlib.Path for the vast majority of file operations and only use other functions when necessary.
Currently
os.pathandpathlib.Pathare spread all over the place, it would be nice to settle on usingpathlib.Pathfor the vast majority of file operations and only use other functions when necessary.