= Twisted 9.0.0 = I'm happy to announce Twisted 9, the first (and last) release of Twisted in 2009. The previous release was Twisted 8.2 in December of 2008. Given that, a lot has changed!
This release supports Python 2.3 through Python 2.6, though it is the last one that will support Python 2.3. The next release will support only Python 2.4 and above. Twisted: the framework of the future! You can download the new release at our web site, http://twistedmatrix.com/ There were around 285 tickets resolved in this release. The full list of changes is available here: http://twistedmatrix.com/trac/browser/tags/releases/twisted-9.0.0/NEWS?format=raw It's quite a huge list of changes spanning almost all of the Twisted projects, so here are some of the more exciting changes: In the core: - The Windows IOCP reactor now supports SSL. - The memcache protocol implementation got some nice new features. In Twisted Web: - There's a new HTTP client API and protocol implementation, starting at twisted.web.client.Agent. It's still pretty low-level, but much more flexible than the old API. - There were many improvements to the WSGI support. In Twisted Conch: - PyASN1 is now used to parse SSH keys (which means you now need to install it to use Conch). - SFTP servers (especially on Windows) now behave a lot better. In Twisted Mail: - The IMAP server and client protocol implementations had many fixes. For example, SASL PLAIN credentials now work. In Twisted Words: - XMPP clients now support the ANONYMOUS SASL authentication type. - The IRC protocol implementations had many fixes. And a lot more. = What is Twisted? = >From the web site: Twisted is an event-driven networking engine written in Python and licensed under the MIT license. See the FAQ for commonly asked questions about Twisted. http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions If you want to get started with Twisted, the first thing you should do is read the Twisted Core Documentation. http://twistedmatrix.com/projects/core/documentation/howto/index.html Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more. Enjoy! -- Christopher Armstrong http://radix.twistedmatrix.com/ http://planet-if.com/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/