Whilst working on #382 I noticed a few places (AtomicSaver's dest_path parameter to name one) where the code could be updated to support os.PathLike instead of just a string.
It wasn't my goal there to do any logic changes. But that's something I noticed could be worth improving support for. And will be easier to spot with annotations in place.
Whilst working on #382 I noticed a few places (
AtomicSaver'sdest_pathparameter to name one) where the code could be updated to supportos.PathLikeinstead of just a string.It wasn't my goal there to do any logic changes. But that's something I noticed could be worth improving support for. And will be easier to spot with annotations in place.