In a rare Twisted release double feature right after 16.3.1, I bring you the first prerelease of Twisted 16.4.0.
This is a big release, the first after the Git migration has really kicked in! And so, here's what it brings us:
- twist, a new command line tool for running Twisted plugins, similar to twistd but with a simpler, cleaner interface.
- A new interface for Protocols, IHandshakeListener, which tells Twisted to tell the Protocol when the TLS handshake has been completed.
- async/await support for Deferreds, allowing you to write Python 3.5+ coroutines using Twisted
- Trial can be invoked with "python -m twisted.trial".
- 35+ more modules ported to Python 3, and many many cleanups on the way to Python 3 on Windows support.
- 240+ closed tickets overall.