Skip to content

aiohttp 0.16.2

Choose a tag to compare

@asvetlov asvetlov released this 27 May 21:32
· 11158 commits to master since this release

Bugfix release, restore support for asyncio 3.4.0.

Changes

  • Update python version required for __del__ usage: it's actially
    3.4.1 instead of 3.4.0
  • Add check for presence of loop.is_closed() method before call the
    former #378