summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* asyncio: Add asyncio.compat moduleVictor Stinner2015-07-251-0/+17
Move compatibility helpers for the different Python versions to a new asyncio.compat module.