Discussion:
nntplib test
(too old to reply)
n***@noplace.com
2022-10-18 21:14:55 UTC
Permalink
test of

s = NNTP('nntp.aioe.org')
f = open('/this/message')
s.post(f)
s.quit()
n***@noplace.com
2022-10-18 22:54:55 UTC
Permalink
test of

s = nntplib.NNTP('nntp.aioe.org')
f = open('\this\message')

Loading...