• replacement for nntplib on Python3

    From Retrograde@21:1/5 to All on Wed Apr 26 20:31:10 2023
    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>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Skip Montanaro@21:1/5 to fungus@amongus.com on Wed Apr 26 20:56:09 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@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


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)