Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

nntplib test

2 views
Skip to first unread message

no...@noplace.com

unread,
Oct 18, 2022, 2:27:01 PM10/18/22
to
test of

s = NNTP('nntp.aioe.org')
f = open('/this/message')
s.post(f)
s.quit()


no...@noplace.com

unread,
Oct 19, 2022, 9:26:19 AM10/19/22
to
test of

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



0 new messages