Telethon/telethon/extensions
Lonami Exo c0e4d6c8b6 Slightly simplify BinaryReader
There was no need for the BufferedReader, since everything
is already in memory. Further, the stream parameter was never
used, so it was also unnecessary. The check for None when
reading length was also unnecessary, since we could just pass
-1 to begin with.
2019-08-07 10:33:46 +02:00
..
__init__.py Delete TcpClient 2018-10-05 13:26:44 +02:00
binaryreader.py Slightly simplify BinaryReader 2019-08-07 10:33:46 +02:00
html.py Remove unwanted html.unescape() call 2019-08-04 10:09:23 +02:00
markdown.py Fix directly nested markdown entities 2019-07-06 12:55:44 +02:00
messagepacker.py Fix handling message payloads that are too large 2019-03-06 18:08:51 +01:00