On 2007-10-30, Just Another Victim of the Ambient Morality <[EMAIL PROTECTED]> 
wrote:

> Is there a Python library to communicate with a usenet server?

Which protocol are you interested in, NNTP (for reading/posting
from a client) or the other one that hosts use to transfer news
feeds amongst themselves (C-NEWS)?  If you google for Python
and the protocl name, I bet you'll find something like this:

  http://docs.python.org/lib/module-nntplib.html

-- 
Grant Edwards                   grante             Yow! It don't mean a
                                  at               THING if you ain't got
                               visi.com            that SWING!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to