What to use instead of nntplib?

Cameron Simpson cs at cskk.id.au
Tue May 16 05:06:38 EDT 2023


On 16May2023 09:26, Alan Gauld <learn2program at gmail.com> wrote:
>On 15/05/2023 22:11, Grant Edwards wrote:
>> I got a nice warning today from the inews utility I use daily:
>>
>>     DeprecationWarning: 'nntplib' is deprecated and slated for removal in Python 3.13
>>
>> What should I use in place of nntplib?
>
>I'm curious as to why nntplib is deprecated? Surely there are still a
>lot of nntp servers around, both inside and outside corporate firewalls?
>Is there a problem with the module or is it just perceived as no longer
>required?

See PEP 594: https://peps.python.org/pep-0594/


More information about the Python-list mailing list