What to use instead of nntplib?

Skip Montanaro skip.montanaro at gmail.com
Mon May 15 17:50:44 EDT 2023


> 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'd recommend creating a PyPI project with the existing 3.12 code,
then using that from 3.13 onward.

Skip


More information about the Python-list mailing list