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
I would be in favor of using pathlib.Path.
My approach would be twofold: we first use pathlib.Path but allow strings as a fall-back (and give a deprecation warning). Later, we can remove string support altogether. Or should we simply migrate at once?
Our functions that take paths as input currently expect strings. Should we instead allow (or even enforce)
pathlib.Path
?The text was updated successfully, but these errors were encountered: