[Twisted-Python] Transport for news client

Itamar Shtull-Trauring itamar at itamarst.org
Thu Aug 25 13:10:22 EDT 2005


On Thu, 2005-08-25 at 17:50 +0100, Graham Stratton wrote:

> I'm trying to use twisted.news.nntp.NNTPClient.  As I understand it, to
> connect to the server I need to call makeConnection, 

Nope, you want to use reactor.connectTCP with a factory - see the client
howto in the main Twisted documentation.





More information about the Twisted-Python mailing list