Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.83k stars 152 forks source link

tempfile support #34

Open OOPMan opened 6 years ago

OOPMan commented 6 years ago

Right now the tempfile module included in the Python stdlib operates on classic file objects.

Looking at the code though, it would be pretty simple to adapt it to work with aiofiles