pyrofork/pyrogram
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
..
api Force UTF-8 encoding when r/w'ing text files 2018-01-21 16:56:50 +01:00
client Amend comment on shutil.move in download_worker 2018-03-20 23:20:08 -05:00
connection Log info when disconnecting 2018-03-20 18:54:05 +01:00
crypto Don't use kwargs 2018-03-17 14:29:23 +01:00
session More useful logging 2018-03-16 11:30:05 +01:00
__init__.py Update to v0.6.3 2018-03-14 12:03:10 +01:00