Tinche / aiofiles

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

Update pip package. #67

Closed NotoriousRebel closed 4 years ago

NotoriousRebel commented 4 years ago

I just pip installed the package and attempted to do aiofiles.os.mkdir and it crashed because that function didn't exist. After debugging it appears that the pip package is missing mkdir inside os.py. Please update the pip package.

blueyed commented 4 years ago

Duplicate of https://github.com/Tinche/aiofiles/issues/65 - please close it.

NotoriousRebel commented 4 years ago

@blueyed Ah apologies I just reread the issues thanks for pointing tihs out!