Mailing List Archive

replacement for nntplib on Python3
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@amongus.com.invalid>
--
https://mail.python.org/mailman/listinfo/python-list
Re: replacement for nntplib on Python3 [ In reply to ]
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@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@amongus.com.invalid>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
https://mail.python.org/mailman/listinfo/python-list