Q: NNTP server in Python?
Andrew Kuchling
akuchlin at mems-exchange.org
Mon Apr 9 14:39:52 EDT 2001
Jan Kybic <Jan.Kybic at epfl.ch> writes:
> is there a NNTP (News) server written in Python? I have just
> found sockserv which provides some foundation, so I do not think it
> should be very difficult.
I did a crude one long ago for reading BBS postings.
http://www.amk.ca/files/unmaintained/nsrv.py . However, an NNTP
server is simple enough that you could just start from scratch without
too much pain.
--amk
More information about the Python-list
mailing list