[issue26736] Use HTTPS protocol in links
New submission from Serhiy Storchaka: Proposed patch makes links in the docs to use the HTTPS protocol if possible. All changed links are tested manually. ---------- assignee: docs@python components: Documentation files: links_https.patch keywords: patch messages: 263197 nosy: alex, christian.heimes, docs@python, dstufft, georg.brandl, giampaolo.rodola, janssen, pitrou, serhiy.storchaka, tim.golden priority: normal severity: normal stage: patch review status: open title: Use HTTPS protocol in links type: security versions: Python 2.7, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file42435/links_https.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Changes by STINNER Victor <victor.stinner@gmail.com>: ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Georg Brandl added the comment: +1 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Serhiy Storchaka added the comment: If these changes are acceptable, we should change the :rfc:, :pep:, etc roles to produce links with https. I was not sure that these changes are worth, it was just interesting to me to research how many links support the HTTPS protocol now. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Changes by Serhiy Storchaka <storchaka@gmail.com>: ---------- assignee: docs@python -> serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Roundup Robot added the comment: New changeset 211a9f32dfb9 by Serhiy Storchaka in branch '3.5': Issue #26736: Used HTTPS for external links in the documentation if possible. https://hg.python.org/cpython/rev/211a9f32dfb9 New changeset 3ceb54a49387 by Serhiy Storchaka in branch 'default': Issue #26736: Used HTTPS for external links in the documentation if possible. https://hg.python.org/cpython/rev/3ceb54a49387 New changeset e3af25d70976 by Serhiy Storchaka in branch '2.7': Issue #26736: Used HTTPS for external links in the documentation if possible. https://hg.python.org/cpython/rev/e3af25d70976 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Serhiy Storchaka added the comment: The :rfc: and :pep: roles are defined in Sphinx. I don't know if they can be configured to use HTTPS. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Georg Brandl added the comment: Newer Sphinx versions already redefine docutils' RFC and PEP URLs to use https. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
Changes by Serhiy Storchaka <storchaka@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26736> _______________________________________
participants (4)
-
Georg Brandl -
Roundup Robot -
Serhiy Storchaka -
STINNER Victor