v0.4.25
- 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.