[Twisted-Python] Twisted 12.3.0 released

2012-12-26 Thread Thomas Hervé
On behalf of Twisted Matrix Laboratories, I am pleased to announce, in extremis, the release of Twisted 12.3. 161 tickets are closed by this release, with the following highlights: * Support for local parallel testing in trial * A new "react" function to easily run a single asynchronous functi

Re: [Twisted-Python] Twisted 12.3.0 released

2012-12-26 Thread Laurens Van Houtven
Yay! Thanks for an awesome Christmas present Thomas :) On Wed, Dec 26, 2012 at 2:21 PM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce, in > extremis, the release of Twisted 12.3. > > 161 tickets are closed by this release, with the following highlights

Re: [Twisted-Python] Twisted 12.3.0 released

2012-12-26 Thread Kevin Horn
Hurrah! Well done! On Wed, Dec 26, 2012 at 7:21 AM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce, in > extremis, the release of Twisted 12.3. > > 161 tickets are closed by this release, with the following highlights: > > * Support for local parallel

[Twisted-Python] Appropriate exception for AMP types receiving garbage?

2012-12-26 Thread Laurens Van Houtven
Hi, I'm writing a custom AMP type. I noticed that when writing the unit test for garbage input, I didn't really know what exception to check for. I couldn't find any place where this was formally defined, so I checked for implementation behavior. Boolean explicitly raises TypeError. Integer rais

Re: [Twisted-Python] Twisted 12.3.0 released

2012-12-26 Thread Glyph
On Dec 26, 2012, at 5:21 AM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce, in > extremis, the release of Twisted 12.3. Thanks for managing another great release, Thomas!! > 161 tickets are closed by this release, with the following highlights: > > *

Re: [Twisted-Python] Appropriate exception for AMP types receiving garbage?

2012-12-26 Thread Glyph
On Dec 26, 2012, at 1:43 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > I'm writing a custom AMP type. I noticed that when writing the unit test for > garbage input, I didn't really know what exception to check for. > > I couldn't find any place where this was formally defined, so I checked for