[issue12823] Broken link in "SSL wrapper for socket objects" document
New submission from Roger Li <wormreg@gmail.com>: In http://docs.python.org/release/3.1.3/library/ssl.html You will find a link at the bottom named "Introducing SSL and Certificates using OpenSSL", it's a broken link. The server may be down or not exist, the only version I can find is http://web.archive.org/web/20090429050651/http://old.pseudonym.org/ssl/wwwj-... Please consider to replace the link to the new one. ---------- assignee: docs@python components: Documentation messages: 142794 nosy: docs@python, iworm priority: normal severity: normal status: open title: Broken link in "SSL wrapper for socket objects" document versions: Python 3.1 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
Antoine Pitrou <pitrou@free.fr> added the comment: I would simply remove the link, or point it to a similar document ---------- keywords: +easy nosy: +pitrou stage: -> needs patch versions: +Python 2.7, Python 3.2, Python 3.3 -Python 3.1 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
Mike Hoy <mhoy09@gmail.com> added the comment: Patch to remove broken link. ---------- keywords: +patch nosy: +mikehoy Added file: http://bugs.python.org/file23334/SSL-broken-link.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 459f5e10cd4f by Antoine Pitrou in branch '3.2': Issue #12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/459f5e10cd4f New changeset e80121fd12ba by Antoine Pitrou in branch 'default': Issue #12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/e80121fd12ba ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 666e7e325795 by Antoine Pitrou in branch '2.7': Issue #12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/666e7e325795 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
Antoine Pitrou <pitrou@free.fr> added the comment: Fixed now. Hopefully the replacement resource is good enough. ---------- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12823> _______________________________________
participants (4)
-
Antoine Pitrou -
Mike Hoy -
Roger Li -
Roundup Robot