pythondotorg
pythondotorg copied to clipboard
"Latest news" should link to articles on blog.python.org not pythoninsider.blogspot.com
Describe the bug
"Latest news" at https://www.python.org/ links articles to pythoninsider.blogspot.com but the "More" link goes to blog.python.org.
Both should go to blog.python.org.
To Reproduce
- Go to https://www.python.org/ and find "Latest news"
- The first article link is to https://pythoninsider.blogspot.com/2025/01/python-3140-alpha-4-is-out.html
- (The others are to articles on https://pyfound.blogspot.com/, not relevant here)
- The "More" link goes to https://blog.python.org/
Expected behavior
https://blog.python.org/ and https://pythoninsider.blogspot.com are the same thing, but with two domains.
The first article link should go to the nicer blog.python.org URL, not the blogspot one.
Possibly related to or fixed by https://github.com/python/pythondotorg/issues/2662, but perhaps the URLs need rewriting?
URL to the issue
https://www.python.org
Browsers
Chrome
Operating System
macOS
Browser Version
132
Hi @hugovk, I'd like to work on this issue. Could you please assign it to me?
Hi @ONKARBH! I don't think we usually assign issues to people, because often they disappear without notice, and it deters other people to work on it if they see an already-assigned issue.
I'm not sure if this will be fixed by config changes needed for https://github.com/python/pythondotorg/issues/2662, but you can have a look if there's something that could be fixed in this codebase?
@hugovk "Got it! I'll start working on the issue and will address any changes I find. Your point is valid, and I’ll ensure others have the chance to work on the issue as well while I'm working on it. Thanks!"