Skip to content

v0.4.25

Compare
Choose a tag to compare
@1st1 1st1 released this 19 May 00:32
· 556 commits to master since this release
- New loop.get_exception_handler method
  (will be in asyncio in Python 3.5.2)

- New loop.create_future() method
  (will be in asyncio in Python 3.5.2)

- Bump libuv version: v1.9.0 -> v1.9.1

- Transport.write is faster now, sequential write
  calls can be up to 3x faster.

- Transport.writelines uses zero-copy now.