Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.67k stars 149 forks source link

Add several async os calls #62

Closed harryzcy closed 5 years ago

harryzcy commented 5 years ago

Functions of rename, remove, mkdir, rmdir are added, with their tests respectively.

Tinche commented 5 years ago

Thank you kindly! Could you please just document these in the README (list of functions and the changelog) and I'll merge this in :)

harryzcy commented 5 years ago

Sure. I've just documented these.

Tinche commented 5 years ago

Thanks! I'll cut a release over the weeked with these :)