10000 [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) by miss-islington · Pull Request #124966 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-109975: Suggest pynntp instead of nntplib (GH-124830) #124966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-109975: Suggest pynntp instead of nntplib (GH-124830)
The ``nntplib`` library has been deleted from PyPI by its author.
(cherry picked from commit ac96482)

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
cclauss authored and miss-islington committed Oct 4, 2024
commit 506fcbf1953dc04a093675869c037c550e762e7f
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
6685
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ and are now removed:
* :mod:`!msilib`
* :mod:`!nis`
* :mod:`!nntplib`:
Use the :pypi:`nntplib` library from PyPI instead.
Use the :pypi:`pynntp` library from PyPI instead.
* :mod:`!ossaudiodev`:
For audio playback, use the :pypi:`pygame` library from PyPI instead.
* :mod:`!pipes`:
Expand Down
Loading
0