MTPyroger/pyrogram/client
Eric Blundell 8796e857af Amend comment on shutil.move in download_worker
os.renames cannot move across drives/partitions on any platform.

that is why shutil.move is used, because the OS allotted temp file could
possibly be on another drive or partition.

Also fix code formatting on new import statements.
2018-03-20 23:20:08 -05:00
..
style Small fix in the markdown regex 2018-03-19 21:02:54 +01:00
__init__.py Add Emoji module 2018-02-15 18:24:37 +01:00
chat_action.py Add more detailed docs for ChatAction class 2018-01-03 17:37:51 +01:00
client.py Amend comment on shutil.move in download_worker 2018-03-20 23:20:08 -05:00
emoji.py Add missing notice 2018-02-19 13:25:44 +01:00
input_media.py Add supports_streaming field o the InputMedia.Video object 2018-02-15 21:55:57 +01:00
input_phone_contact.py Use proper client_id values 2018-02-27 18:48:30 +01:00
parse_mode.py Add ParseMode module 2018-01-23 15:35:21 +01:00