alexdelorenzo / aiopath

📁 Asynchronous pathlib for Python
https://alexdelorenzo.dev
GNU Lesser General Public License v3.0
162 stars 6 forks source link

AsyncPath.samefile() coroutine method does not accept str paths #8

Closed alexdelorenzo closed 3 years ago

alexdelorenzo commented 3 years ago

pathlib.Path.samefile() accepts Path objects and strs, AsyncPath.samefile() doesn't.

alexdelorenzo commented 3 years ago

Fixed in commit https://github.com/alexdelorenzo/aiopath/commit/00605c4950a1faf8a46a6ec4ddff871ecb7437d4