Files
Telethon/telethon/client
Lonami Exo d02d0e2d5e Handle negative limits gracefully in async generators
We rely on >= 0 for setting the batch size to use (which must
be valid), so it makes sense to make negative limits equal 0.

This is similar to how asyncio.sleep(negative) sleeps 0 seconds,
despite the fact that time.sleep(negative) fails.
2019-02-27 13:01:04 +01:00
..
2019-01-05 17:18:40 +01:00
2019-02-21 12:40:47 +01:00
2019-01-21 20:09:13 +01:00
2019-01-05 17:18:40 +01:00