aboutsummaryrefslogtreecommitdiff
path: root/discord/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-140/+0
|
* Stop asyncio.async throwing a syntax error in 3.7.MysterialPy2017-11-131-1/+1
| | | Maintains support for < 3.4.4
* Add compatibility shim for asyncio.Future creation.Rapptz2017-01-251-0/+9
| | | | Should provide better support for uvloop.
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Add compatibility layer for `run_coroutine_threadsafe`.Rapptz2016-04-251-0/+131
This is a breaking change, since discord.utils.create_task is moved to discord.compat.create_task.