replacement for nntplib on Python3

Skip Montanaro skip.montanaro at gmail.com
Wed Apr 26 21:56:09 EDT 2023


You could create a git repo with just nntplib and generate a package on
PyPI, then use that when running a version of Python which lacks nntplib.

Skip

On Wed, Apr 26, 2023, 8:42 PM Retrograde <fungus at amongus.com> wrote:

> I used to use a script that relied on nntplib, which is currently still
> available in Python3 but scheduled for deprecation in the near future.
> What would be a suitable replacement?
>
> --
> Retrograde <fungus at amongus.com.invalid>
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list