Tinche / aiofiles

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

Adding file.peek() #90

Open MajesticMullet opened 3 years ago

MajesticMullet commented 3 years ago

Hello!

I noticed that in your README.md there is no mention of your aiofiles supporting peek. However in your code there are some tests for it.

When attempting to use peek in my code, it did not seem to work as desired. Could you please add this functionality?

Many Thanks