Sujet : Re: Python's dead batteries
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.miscDate : 30. Dec 2023, 15:37:43
Autres entêtes
Organisation : Stefan Ram
Message-ID : <nntp-20231230153717@ram.dialup.fu-berlin.de>
References : 1 2
Theo <theom+
news@chiark.greenend.org.uk> writes:
I wonder what Usenet tools losing nntplib will break?
Usenet tools can still use older Python versions with nntplib or
fork from a version of nntplib. Maybe someone will continue to
maintain nntplib outside of the standard library.
I write code to access Usenet from Python for my own uses and have
never used nntplib, I access sockets directly. But, admittedly, my
code is not general or robust, but it works for the purpose intended.