[Twisted-Python] Crossbar.io 0.11.0

2015-09-07 Thread Tobias Oberstein
Hi all, I am pleased to announce Crossbar.io 0.11.0 https://github.com/crossbario/crossbar#crossbario https://pypi.python.org/pypi/crossbar/0.11.0 Crossbar.io is an open-source WAMP application router that allows to build advanced applications from loosely-coupled components that can talk in

Re: [Twisted-Python] Exception's Implicit Public API, and Python 3

2015-09-07 Thread Tom Most
Would str(failure.value) work? It should be stable from 2.x to 3.x, barring Unicode differences: https://docs.python.org/2/library/exceptions.html#exceptions.BaseException https://docs.python.org/3.5/library/exceptions.html#BaseException (This convention is quite handy when you want to defer for

Re: [Twisted-Python] Exception's Implicit Public API, and Python 3

2015-09-07 Thread Adi Roiban
On 6 September 2015 at 06:07, Glyph wrote: > > On Sep 5, 2015, at 04:03, Amber Hawkie Brown > wrote: > snip > It's Python's API which has changed here, so I don't think that it's > Twisted's responsibility to replicate this behavior. Subclassing is bad, > and Python's changes of public attribut

Re: [Twisted-Python] understanding IConsumer

2015-09-07 Thread Glyph
> On Sep 2, 2015, at 6:08 PM, Roshan Cherian wrote: > > Hi Team, Hi Roshan! Sorry it took a while to get back to you. Busy week. > I am sorry if this is coming off as a newbie question. Its probably because I > don't understand it enough. Newbie questions are fine, no need to apologize :).

[Twisted-Python] error on log module (twisted python 3)

2015-09-07 Thread Gelin Yan
Hi All I just noticed my app raised an exception such as Traceback (most recent call last): File "/home/m/py343/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/home/m/py343/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_glo

[Twisted-Python] Auto-Re: error on log module (twisted python 3)

2015-09-07 Thread wangliyu
÷]4×Ýxã^½çO}Û¾zô*'µéíO*^µìmþ™ZŠw!j»___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] HAProxy and twisted TCP/IP support

2015-09-07 Thread Glyph
> On Aug 31, 2015, at 11:48 PM, Zuhaib Siddique wrote: > > Hey all, Hi Zuhaib! Thanks for writing. > I am looking at using HAProxy in front of Twisted for TCP connection and need > to pass the source IP along. We are currently looking at hacking tcp.py to > add support for this: > http://

Re: [Twisted-Python] Exception's Implicit Public API, and Python 3

2015-09-07 Thread Glyph
> On Sep 7, 2015, at 10:55 PM, Adi Roiban wrote: > >> It's Python's API which has changed here, so I don't think that it's >> Twisted's responsibility to replicate this behavior. Subclassing is bad, >> and Python's changes of public attributes to such a core language-feature >> level class as E