zopefoundation / ZODB

Python object-oriented database
https://zodb-docs.readthedocs.io/
Other
681 stars 92 forks source link

FileStorage and other api doesn't support pathlib interface. #371

Open evan0greenup opened 2 years ago

evan0greenup commented 2 years ago

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 just str.

icemac commented 2 years ago

@evan0greenup Thank you for this feature request. Could you please elaborate a bit more where you want to see support for pathlib?