Closed alexdelorenzo closed 3 years ago
pathlib.Path.samefile() accepts Path objects and strs, AsyncPath.samefile() doesn't.
pathlib.Path.samefile()
Path
str
AsyncPath.samefile()
Fixed in commit https://github.com/alexdelorenzo/aiopath/commit/00605c4950a1faf8a46a6ec4ddff871ecb7437d4
pathlib.Path.samefile()
acceptsPath
objects andstr
s,AsyncPath.samefile()
doesn't.