pyrofork/pyrogram
Dan 21dbbc3f0b Fix style parsers randomly returning "unsorted" dicts.
This is due to Python <3.6 having "unsorted" dicts. Dicts are inherently
unsorted, but starting from Python 3.6 they keep the order in which the
keys are inserted (useful for unpacking)
2018-12-31 17:13:50 +01:00
..
api Revert "Log unknown constructors" 2018-10-01 09:25:20 +02:00
client Fix style parsers randomly returning "unsorted" dicts. 2018-12-31 17:13:50 +01:00
connection Use TCPAbridgedO as default connection mode 2018-11-05 17:33:12 +01:00
crypto Revert "Revert "Remove TODO"" 2018-09-19 14:31:55 +02:00
session Merge remote-tracking branch 'origin/develop' into develop 2018-09-17 15:59:49 +02:00
__init__.py Update to v0.10.1 2018-12-31 14:41:38 +01:00