[Twisted-Python] Weekly Bug Summary

2015-09-05 Thread trac
Bug summary __ Summary for 2015-08-30 through 2015-09-06 Opened Closed Total Change Enhancements: 3 6 1285 -3 Defects: 2 0796 +2 Tasks: 0 0 9

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

2015-09-05 Thread Glyph
> On Sep 5, 2015, at 04:03, Amber Hawkie Brown > wrote: > > We just ran into an issue in Autobahn|Python where a log message that tried > to use the message attribute an Exception subclass > (twisted.internet.error.ProcessTerminated). The message attribute was

Re: [Twisted-Python] npyscreen Twisted Reactor

2015-09-05 Thread Mark Tearle
Thanks, positive feedback is appreciated.  :) Will work on both your suggestions, and hopefully do an update soon. Mark -- Mark Tearle Everyone thinks of changing the world, but no one thinks of changing himself. - Tolstoy On Sat, Sep 5, 2015, at 02:23 PM, Glyph wrote: > This is certain

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

2015-09-05 Thread wangliyu
ó9ëÍxã^8Ӎ»ÓotÔ*'µéíO*^µìmþ™ZŠw!j»___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2015-09-05 Thread Amber "Hawkie" Brown
We just ran into an issue in Autobahn|Python where a log message that tried to use the message attribute an Exception subclass (twisted.internet.error.ProcessTerminated). The message attribute was deprecated in Python 2.6, and removed in Python 3 -- but it still "works" in Python 2.7. So, this