Re: [Twisted-Python] [Twisted-web] Twisted 15.5 Release Announcement

2015-11-28 Thread Glyph Lefkowitz
> On Nov 28, 2015, at 8:48 PM, Amber Hawkie Brown > wrote: > > On behalf of Twisted Matrix Laboratories, I am honoured to announce the > release of Twisted 15.5! Thanks again, Amber, for shepherding yet another significant release through the process. > - twistd is ported to Python 3, and i

[Twisted-Python] Twisted 15.5 Release Announcement

2015-11-28 Thread Amber "Hawkie" Brown
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 15.5! The sixth (!!) release in 2015 has quite a few goodies in it -- incrementalism is the name of the game here, and everything is just a little better than it was before. Some of the highlights of this

Re: [Twisted-Python] AMP message length limit

2015-11-28 Thread Oon-Ee Ng
On Sat, Nov 28, 2015 at 10:41 PM, Glyph Lefkowitz wrote: > > On Nov 25, 2015, at 04:54, Oon-Ee Ng wrote: > > On Tue, Nov 24, 2015 at 11:03 AM, Oon-Ee Ng wrote: > > And furthermore that when I do that, callRemote no longer returns a > deferred (which makes sense, really) and instead gets a None.

Re: [Twisted-Python] AMP message length limit

2015-11-28 Thread Glyph Lefkowitz
> On Nov 25, 2015, at 04:54, Oon-Ee Ng wrote: > > On Tue, Nov 24, 2015 at 11:03 AM, Oon-Ee Ng wrote: >> And furthermore that when I do that, callRemote no longer returns a >> deferred (which makes sense, really) and instead gets a None. One more >> check before I add my default errBacks then. O