pyrofork/pyrogram/client/style
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
..
__init__.py Revert "Add Empty parse mode" 2018-05-31 13:03:20 +02:00
html.py Fix style parsers randomly returning "unsorted" dicts. 2018-12-31 17:13:50 +01:00
markdown.py Fix style parsers randomly returning "unsorted" dicts. 2018-12-31 17:13:50 +01:00
utils.py Move formatting classes inside the Client sub-package 2018-01-23 15:17:48 +01:00