Twisted 15.0 Release Announcement
Hi everyone! On behalf of Twisted Matrix Laboratories, I am honoured to announce that Twisted 15.0.0 is *here*! Highlights are: - SSLv3 is disabled by default by endpoints created by `twisted.internet.endpoints.serverFromString` and `twisted.internet.endpoints.clientFromString`. - inlineCallbacks now has introductory documentation, and now supports using the return statement with a value on Python 3. - `twisted.web.client.Agent` now supports using UNIX sockets. - `ProcessEndpoint` now has flow control, which makes it useful for many more protocols - A whole bunch of bug fixes and other improvements, with 70+ closed tickets. You can find the downloads at <https://pypi.python.org/pypi/Twisted> (or alternatively <http://twistedmatrix.com/trac/wiki/Downloads>). The full details of what’s new in the release is contained in the NEWS file <https://raw.githubusercontent.com/twisted/twisted/releases/release-15.0.0-7335/NEWS>. As usual, many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code and documentation, and all the people building great things with Twisted! Twisted Regards, HawkOwl
participants (1)
-
HawkOwl