Re: confusing error with nntplib

2010-05-27 Thread Peter Otten
Eduardo Alvarez wrote: > When trying to use nntplib to connect to the news server nntp.aioe.org, > a bizarre sequence of events occurs: > > 1) I import the module, and create an instance, as follows: > > s = nntplib.NNTP('nntp.aioe.org') > > I get no errors, which leads me to believe all went w

Re: confusing error with nntplib

2010-05-27 Thread Martin P. Hellwig
On 05/27/10 02:01, Eduardo Alvarez wrote: When trying to use nntplib to connect to the news server nntp.aioe.org, a bizarre sequence of events occurs: 1) I import the module, and create an instance, as follows: s = nntplib.NNTP('nntp.aioe.org') I get no errors, which leads me to believe all we

Re: confusing error with nntplib

2010-05-27 Thread Alf P. Steinbach
* Eduardo Alvarez, on 27.05.2010 03:01: When trying to use nntplib to connect to the news server nntp.aioe.org, a bizarre sequence of events occurs: 1) I import the module, and create an instance, as follows: s = nntplib.NNTP('nntp.aioe.org') I get no errors, which leads me to believe all went