Skip to content
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

Wrong link in "What's new in Python 3.8" (apparent typo in issue ID) #124194

Closed
zahlman opened this issue Sep 17, 2024 · 1 comment
Closed

Wrong link in "What's new in Python 3.8" (apparent typo in issue ID) #124194

zahlman opened this issue Sep 17, 2024 · 1 comment
Labels
docs Documentation in the Doc dir

Comments

@zahlman
Copy link

zahlman commented Sep 17, 2024

Documentation

I noticed a typo while doing some curation on Stack Overflow and looking for a link to justify a claim.

At the start of https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals :

Starting with Python 3.3, importing ABCs from collections was deprecated, and importing should be done from collections.abc. Being able to import from collections was marked for removal in 3.8, but has been delayed to 3.9. (See bpo-36952.)

This links to https://bugs.python.org/issue?@action=redirect&bpo=36952 , which redirects to #81133, which is the wrong issue. The redirection system is working fine, but the BPO ID is wrong; it should link the immediately next issue, bpo-36953 (resp. #81134).

The removal of this functionality is about to become very relevant again as people are forced to upgrade from 3.8 to remain within the support window. Hopefully, people who encounter problems will find the "What's New" document for 3.9 instead (or whatever version they're updating to), or to more specific third-party advice. But this should still get fixed.

Linked PRs

@zahlman zahlman added the docs Documentation in the Doc dir label Sep 17, 2024
@JelleZijlstra
Copy link
Member

Yes, let's fix this. Feel free to submit a PR to the main branch, and we'll fix it in the 3.12 and 3.13 docs at least.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Sep 18, 2024
…ythonGH-124195)

(cherry picked from commit d8c0fe1)

Co-authored-by: Bradley Reynolds <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Sep 18, 2024
…ythonGH-124195)

(cherry picked from commit d8c0fe1)

Co-authored-by: Bradley Reynolds <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
AA-Turner added a commit that referenced this issue Sep 18, 2024
…H-124195) (#124198)

gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195)
(cherry picked from commit d8c0fe1)

Co-authored-by: Bradley Reynolds <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this issue Sep 22, 2024
Yhg1s pushed a commit that referenced this issue Sep 23, 2024
…H-124195) (#124197)

gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195)
(cherry picked from commit d8c0fe1)

Co-authored-by: Bradley Reynolds <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants