[issue26736] Use HTTPS protocol in links

2016-05-08 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Georg Brandl

Georg Brandl added the comment:

Newer Sphinx versions already redefine docutils' RFC and PEP URLs to use https.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Serhiy Storchaka

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Roundup Robot

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
assignee: docs@python -> serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Serhiy Storchaka

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Georg Brandl

Georg Brandl added the comment:

+1

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-04-11 Thread STINNER Victor

Changes by STINNER Victor :


--
nosy: +haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Serhiy Storchaka

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com