Skip to content

aiohttp 0.10.1

Compare
Choose a tag to compare
@asvetlov asvetlov released this 17 Nov 13:08
· 9651 commits to master since this release

aiohttp 0.10.1 minor bugfix release.

Changes

  • aiohttp.web.HTTPException and descendants now files response body
    with string like 404: NotFound
  • Fix multidict __iter__ regression, the method should iterate over keys, not (key, value) pairs.