[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-10 Thread Roland Weber


Roland Weber  added the comment:

Thanks!

--

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


New changeset becb5277670bdb37e8c8471a5a510466eaf9598a by Benjamin Peterson in 
branch '3.6':
[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
https://github.com/python/cpython/commit/becb5277670bdb37e8c8471a5a510466eaf9598a


--

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


New changeset 3707dfaf45baf867f17bbbc78ccf2f0d13711dbd by Benjamin Peterson in 
branch '2.7':
[2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)
https://github.com/python/cpython/commit/3707dfaf45baf867f17bbbc78ccf2f0d13711dbd


--

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread miss-islington


miss-islington  added the comment:


New changeset a912305512efd08cbaa15dc1488fb626c9fec067 by Miss Islington (bot) 
in branch '3.7':
closes bpo-34050: Fix link in SSL docs (GH-8173)
https://github.com/python/cpython/commit/a912305512efd08cbaa15dc1488fb626c9fec067


--
nosy: +miss-islington

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Benjamin Peterson


Change by Benjamin Peterson :


--
pull_requests: +7734

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Benjamin Peterson


Change by Benjamin Peterson :


--
pull_requests: +7733

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7732

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


New changeset 9c5ba097485c8c643b670acd4026f4382bc92f4b by Benjamin Peterson 
(Marcin Niemira) in branch 'master':
closes bpo-34050: Fix link in SSL docs (GH-8173)
https://github.com/python/cpython/commit/9c5ba097485c8c643b670acd4026f4382bc92f4b


--
nosy: +benjamin.peterson
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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Marcin Niemira


Change by Marcin Niemira :


--
keywords: +patch
pull_requests: +7730
stage: needs patch -> patch review

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-05 Thread Roland Weber


Roland Weber  added the comment:

I'm afraid I don't have the time to work on a patch.

--

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-05 Thread Christian Heimes


Christian Heimes  added the comment:

Thanks for your report. Do you want to work on a patch, too?

--
keywords: +easy
nosy: +christian.heimes
stage:  -> needs patch
versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

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



[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-05 Thread Roland Weber


New submission from Roland Weber :

The docs for SSLContext.set_ciphers [1] in Python 3 and ssl.wrap_socket [2] in 
Python 2 contain a link for "OpenSSL cipher list format", which points to an 
empty wiki page at 
https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT

The OpenSSL cipher list format is currently documented here instead:
https://www.openssl.org/docs/manmaster/man1/ciphers.html

[1] https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers
[2] https://docs.python.org/2/library/ssl.html#ssl.wrap_socket

--
assignee: docs@python
components: Documentation
messages: 321085
nosy: docs@python, rolweber
priority: normal
severity: normal
status: open
title: Broken links to "OpenSSL cipher list format" in documentation

___
Python tracker 

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