Download Source Code Twisted 15.2.1
Glyph Lefkowitz is announcing that Twisted with version number 15.2.1 is already available to download.
What is Twisted ?
Twisted is An event-driven networking framework allowing developers to create all types of servers that run on top of the Python programming language .
Twisted is a tool for creating networking applications.The framework works as a middle layer between the developer’s Python code and a multitude of networking protocols.Supported protocols include:- HTTP- IMAP- POP- SMTP- DNS- TLS- SSH- Telnet- IRC- XMPP- OSCAR- Ethernet- IP- TUN/TAP- NMEA
This is changelog for Twisted version 15.2.1 :
- 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
You can read the complete changelog and also download this latest version on their homepage: twistedmatrix.com