-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Docs: FIX broken links. #13491
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
Docs: FIX broken links. #13491
Conversation
`Misc/NEWS <https://hg.python.org/cpython/file/3.2/Misc/NEWS>`_ file. | ||
`Misc/NEWS | ||
<https://github.com/python/cpython/blob/260a788767ff6dadd04ecf9e9e26b363ca28c8ae/Misc/NEWS>`_ | ||
file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original link https://hg.python.org/cpython/file/3.2/Misc/NEWS actually works (for now) and the replacement is not identical. Judging by the headings
original:
What's New in Python 3.2.7?
replacement:
What's New in Python 3.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @JulienPalard for fixing it, except for that python 3.2 link, it looks good.
On the https://hg.python.org/cpython/file/3.2/Misc/NEWS link I'm getting like 2/3 of 503, and 1/3 of 200. |
But having a 200 on the old like allowed me to get the right commit \o/ |
@ashwinvis better now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Doc/using/windows.rst
Outdated
@@ -1109,7 +1111,7 @@ For extension modules, consult :ref:`building-on-windows`. | |||
MinGW gcc under Windows" or "Installing Python extension with distutils | |||
and without Microsoft Visual C++" by Sébastien Sauvage, 2003 | |||
|
|||
`MingW -- Python extensions <http://oldwiki.mingw.org/index.php/Python%20extensions>`_ | |||
`MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_ | |||
by Trent Apted et al, 2007 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this credit since the document has changed (from https://web.archive.org/web/20160412131224/http://oldwiki.mingw.org/index.php/Python%20extensions) and now an FAQ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Thanks @JulienPalard for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
(cherry picked from commit 7114c65) Co-authored-by: Julien Palard <julien@palard.fr>
GH-13570 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 7114c65) Co-authored-by: Julien Palard <julien@palard.fr>
From: https://mail.python.org/pipermail/docs/2019-April/040173.html