Re: [Twisted-Python] A question about ITransport.write()

2008-12-27 Thread Andrew Bennetts
Lian Cheng wrote: > Hi, all > > As a Twisted newbie, I read the Twisted documentation, and found that: > > 1. ITransport.write() doesn't return a deferred. > 2. IProtocol doesn't have a dataSent() callback or something alike. > > Since ITransport.write() is a non-blocking call, how can I be inf

[Twisted-Python] Weekly Bug Summary

2008-12-27 Thread exarkun
Bug summary __ Summary for 2008-12-21 through 2008-12-28 Bugs opened: 7Bugs closed: 1 Total open bugs: 1061 (+6) |== Type Changes |== Priority Changes |== Component Changes |Defect: +2 |Normal: +6 |Conch: +1 |Enhancement: +4

[Twisted-Python] Twisted and Urwid

2008-12-27 Thread Christian Scharkus
Hi folks. I've got a new question. After recongnising that the python bindings for curses are not fully capable of displaying the unicode-chars I decided to drop curses and shifted to urwid. Now I've got some basic questions in the matter of urwid and twisted. As you may know I'm using a mvc-patte

[Twisted-Python] A question about ITransport.write()

2008-12-27 Thread Lian Cheng
Hi, all As a Twisted newbie, I read the Twisted documentation, and found that: 1. ITransport.write() doesn't return a deferred. 2. IProtocol doesn't have a dataSent() callback or something alike. Since ITransport.write() is a non-blocking call, how can I be informed when data sent by ITran