gh-109975: nntplib is not on PyPI so propose pynntp#124830
Merged
AA-Turner merged 1 commit intopython:mainfrom Oct 4, 2024
Merged
gh-109975: nntplib is not on PyPI so propose pynntp#124830AA-Turner merged 1 commit intopython:mainfrom
AA-Turner merged 1 commit intopython:mainfrom
Conversation
Member
|
It seems like it the package existed previously but has now vanished (https://web.archive.org/web/20240702142343/https://pypi.org/project/nntplib/). Cf https://discuss.python.org/t/allow-nntplib-on-pypi/25786. cc @mcepl, was this intentional? A |
AA-Turner
approved these changes
Oct 1, 2024
Contributor
|
On Tue Oct 1, 2024 at 10:15 AM CEST, Adam Turner wrote:
cc @mcepl, was this intentional?
Yes, completely. I have started nntplib package (which was
misnamed, because it was created earlier than the policy was
created [1]) just because I didn’t want it to die. If there is
somebody else willing to maintain it, I will most happily pass
the reins to somebody else.
Best,
Matěj
[1] https://discuss.python.org/t/allow-nntplib-on-pypi/25786
--
http://matej.ceplovi.cz/blog/, @***@***.***
GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8
My life has been full of terrible misfortunes most of which never
happened.
-- Martin Farquhar Tupper (mistakenly attributed to Michel de
Montaigne by Dale Carnegie,
https://quoteinvestigator.com/?p=7370)
|
mcepl
approved these changes
Oct 1, 2024
Wulian233
approved these changes
Oct 4, 2024
|
Thanks @cclauss for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 4, 2024
|
GH-124966 is a backport of this pull request to the 3.13 branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PEP 594: Remove “dead batteries” from the standard librarysection ofWhat’s New In Python 3.13suggests downloadingnntplibfrom PyPI but it is not there! https://pypi.org/project/nntplib as discussed in greenbender/pynntp#8This pull request suggests
pynntpinstead based on that library's new testing and modernization efforts.@greenbender, @mcepl, @Julien-Elie Your reviews, please.
📚 Documentation preview 📚: https://cpython-previews--124830.org.readthedocs.build/