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

Link to bpython's website is broken #111406

Closed
zmc opened this issue Oct 27, 2023 · 2 comments
Closed

Link to bpython's website is broken #111406

zmc opened this issue Oct 27, 2023 · 2 comments
Labels
3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir easy

Comments

@zmc
Copy link
Contributor

zmc commented Oct 27, 2023

Documentation

I noticed a broken link on this page: https://docs.python.org/3/tutorial/interactive.html

It links to https://www.bpython-interpreter.org/, which does not exist:

$ rh HEAD https://www.bpython-interpreter.org/ -s
Error: error sending request for url (https://www.bpython-interpreter.org/): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known

https://bpython-interpreter.org/ does, though:

$ rh HEAD https://bpython-interpreter.org/ -s
HTTP/2.0 200 OK

Linked PRs

@zmc zmc added the docs Documentation in the Doc dir label Oct 27, 2023
zmc added a commit to zmc/cpython that referenced this issue Oct 27, 2023
@Eclips4 Eclips4 added 3.11 only security fixes easy 3.12 bugs and security fixes 3.13 bugs and security fixes labels Oct 27, 2023
@hugovk
Copy link
Member

hugovk commented Oct 27, 2023

It looks like it used to work as recently as 12th October.

https://web.archive.org/web/20231012034120/https://www.bpython-interpreter.org/

We can fix the docs, but the root problem is likely some misconfiguration of the bpython website.

The bpython project should fix their site so the www version redirects, otherwise countless other inbound links from other websites (and old Python docs we no longer update) will remain broken.

Please could you also report it to bpython?

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 27, 2023
(cherry picked from commit 8a158a7)

Co-authored-by: Zack Cerza <zack@cerza.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 27, 2023
(cherry picked from commit 8a158a7)

Co-authored-by: Zack Cerza <zack@cerza.org>
AlexWaygood pushed a commit that referenced this issue Oct 27, 2023
)

gh-111406: Fix broken link to bpython's site (GH-111407)
(cherry picked from commit 8a158a7)

Co-authored-by: Zack Cerza <zack@cerza.org>
AlexWaygood pushed a commit that referenced this issue Oct 27, 2023
)

gh-111406: Fix broken link to bpython's site (GH-111407)
(cherry picked from commit 8a158a7)

Co-authored-by: Zack Cerza <zack@cerza.org>
@AlexWaygood
Copy link
Member

This is fixed on CPython's side now, anyhow, so I'll close this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir easy
Projects
None yet
Development

No branches or pull requests

4 participants