Gabriel Genellina wrote:
> At Wednesday 11/10/2006 14:46, hg wrote:
>
>> Is there such a thing ?
>>
>> Trying to understand the various strings I get hereunder
>
> A basic understanding of the protocol would help a lot. The RFC 977
> itself is not so hard to read, but you could find some tutorial
At Wednesday 11/10/2006 14:46, hg wrote:
Is there such a thing ?
Trying to understand the various strings I get hereunder
A basic understanding of the protocol would help a lot. The RFC 977
itself is not so hard to read, but you could find some tutorials using google.
--
Gabriel Genellina
Hi,
Is there such a thing ?
Trying to understand the various strings I get hereunder
Thanks,
hg
from nntplib import *
s = NNTP('news.central.cox.net')
resp, count, first, last, name = s.group('comp.lang.python')
print 'Group', name, 'has', count, 'articles, range', first, 'to', last
resp,