Open evan0greenup opened 2 years ago
For modern python library which involved path location, it would be nice to accept Union[str, os.PathLike[str]], instead of just str.
Union[str, os.PathLike[str]]
str
@evan0greenup Thank you for this feature request. Could you please elaborate a bit more where you want to see support for pathlib?
pathlib
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
For modern python library which involved path location, it would be nice to accept
Union[str, os.PathLike[str]]
, instead of juststr
.