Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15828 > unrolled thread

Twisted 11.1.0 Released

Started byThomas Hervé <therve@free.fr>
First post2011-11-17 19:02 +0100
Last post2011-11-17 19:02 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Twisted 11.1.0 Released Thomas Hervé <therve@free.fr> - 2011-11-17 19:02 +0100

#15828 — Twisted 11.1.0 Released

FromThomas Hervé <therve@free.fr>
Date2011-11-17 19:02 +0100
SubjectTwisted 11.1.0 Released
Message-ID<mailman.2808.1321553327.27778.python-list@python.org>
On behalf of Twisted Matrix Laboratories, I am pleased to announce the
release of Twisted 11.1.

Highlights of the 185 tickets closed include:

  * The poll reactor as default where applicable, instead of select
    everywhere.

  * A new SSL implementation only relying on OpenSSL for cryptography,
    (not I/O) making it more robust.

  * Several improvements to the fresh HTTP/1.1 client implementation,
    including proxy and cookie support.

  * My personal favorite: a new howto has been published on test-driven
    development with Twisted.

  * A special mention to the new abortConnection support on TCP and SSL
    connections, heroically pushed by Itamar and Jean-Paul, and the
    oldest ticket closed by this release.

This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0).

For more information, see the NEWS file here:

  http://twistedmatrix.com/Releases/Twisted/11.1/NEWS.txt

Download it now from:

  http://pypi.python.org/packages/source/T/Twisted/Twisted-11.1.0.tar.bz2 or
  http://pypi.python.org/packages/2.5/T/Twisted/Twisted-11.1.0.win32-py2.5.msi or
  http://pypi.python.org/packages/2.6/T/Twisted/Twisted-11.1.0.win32-py2.6.msi or
  http://pypi.python.org/packages/2.7/T/Twisted/Twisted-11.1.0.win32-py2.7.msi

Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release.

-- 
Thomas

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web