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.
The text was updated successfully, but these errors were encountered:
Currently
os.path
andpathlib.Path
are spread all over the place, it would be nice to settle on usingpathlib.Path
for the vast majority of file operations and only use other functions when necessary.The text was updated successfully, but these errors were encountered: