[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed and backported. Thanks everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5b6452d412b5be45f265093e75563fcf6d05dc3e by Mariatta (Christian Heimes) in branch '2.7': bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676) https://github.com/python/cpython/commit/5b6452d412b5be45f265093e75563fcf6d05dc3e --

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6b44ad1abdb9b3aaf27e2ba1fc4b69b9a0f50c25 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675) https://github.com/python/cpython/commit/6b44ad1abdb9b3aaf27e2ba1fc4b69b9a0f50c25 --

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3665 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Christian Heimes
Christian Heimes added the comment: New changeset 19e4d9346db7fb65845b98a9cb9caacaaac8a81a by Christian Heimes (Felipe) in branch 'master': bpo-31533: fix broken link to OpenSSL docs (#3674) https://github.com/python/cpython/commit/19e4d9346db7fb65845b98a9cb9caacaaac8a81a --

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3664 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Roundup Robot
Changes by Roundup Robot : -- keywords: +patch pull_requests: +3663 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Felipe
Felipe added the comment: Sure, will do! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Cool! I'm tagging this as an easy issue, suitable for first timers or new contributors. Felipe, are you up for preparing the PR? -- ___ Python tracker

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Felipe
Felipe added the comment: Woops. Apologies -- I somehow deleted that part from the report. Thanks Antoine for jumping in. If you are using the wiki url, make sure not to include the question mark at the end :-) -- ___ Python tracker

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't think OpenSSL are promising anything about their URLs (the old one having gone 404 is proof of that :-)). So Felipe's suggestion is as good as any, IMHO. -- nosy: +christian.heimes ___ Python tracker

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Antoine. So is this a matter of replacing the url to https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT? Or is there a better url that will not go out of date in the future... -- stage: -> needs patch versions: +Python 2.7

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Mariatta, that would be in the documentation for the `SSLContext.set_ciphers` method (in `Doc/library/ssl.rst`). -- nosy: +pitrou ___ Python tracker _

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Where in the docs is this `OpenSSL cipher list format` link located? -- nosy: +Mariatta ___ Python tracker ___ ___

[issue31533] Dead link in SSLContext.set_ciphers documentation

2017-09-20 Thread Felipe
New submission from Felipe: The link to the `OpenSSL cipher list format` 404s. I don't know if it's where the original meant to point, but the same information is available at https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT -- assignee: docs@python components: D