Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.66k stars 150 forks source link

Fix typo: aiofiles.ospath.exists #115

Closed q0w closed 2 years ago

Tinche commented 2 years ago

Hm right. I agree we should fix it, but we should also keep the old one for backwards compatibility.

q0w commented 2 years ago

Hmm, but 0.7.0 does not have ospath and 0.8.0 is not released.

Tinche commented 2 years ago

Oh crap, you're right. Gj!

Tinche commented 2 years ago

Can you also fix the test though?

q0w commented 2 years ago

Done.

Tinche commented 2 years ago

Thanks a lot!