Re: [Twisted-Python] patch for t.p.logger.SyslogObserver (was #7549)

2014-12-03 Thread Roberto Polli
Hi Glyph|all, I just noticed the t.p.logger is gone (or integrated). This made the patch for supporting logLevels in t.p.syslog straightforward: https://twistedmatrix.com/trac/attachment/ticket/7549/syslog-loglevels-7549.patch There are plenty of tests and it worked nicely on my env, allowing

Re: [Twisted-Python] Silverberg CQL Driver

2014-12-03 Thread Christopher Armstrong
Yes, we use it in production in the Rackspace Otter project: https://github.com/rackerlabs/otter The particular file we most use it in is here: https://github.com/rackerlabs/otter/blob/master/otter/models/cass.py#L530

[Twisted-Python] Silverberg CQL Driver

2014-12-03 Thread Jason J. W. Williams
Is anyone using the silverberg CQL (Cassandra) library for Twisted in production? Just curious what people's experience with it is, since it appears to be the most recently updated Twisted/CQL project. -J ___ Twisted-Python mailing list Twisted-Python@tw

Re: [Twisted-Python] doc bloat

2014-12-03 Thread Adi Roiban
On 3 December 2014 at 00:55, Glyph wrote: > > > On Dec 2, 2014, at 20:05, exar...@twistedmatrix.com wrote: > > > Are there lots of useless docstrings on nested function definitions > purely for the sake of twistedchecker? Or are there undocumented nested > functions that are actually a little bi

Re: [Twisted-Python] doc bloat

2014-12-03 Thread exarkun
On 12:55 am, gl...@twistedmatrix.com wrote: On Dec 2, 2014, at 20:05, exar...@twistedmatrix.com wrote: Are there lots of useless docstrings on nested function definitions purely for the sake of twistedchecker? Or are there undocumented nested functions that are actually a little bit diffic