python / cpython

The Python programming language
https://www.python.org
Other
63.16k stars 30.25k forks source link

Broken link in "SSL wrapper for socket objects" document #57032

Closed 60fe374f-c107-4217-9dcf-8c5c7c0f09ef closed 13 years ago

60fe374f-c107-4217-9dcf-8c5c7c0f09ef commented 13 years ago
BPO 12823
Nosy @pitrou
Files
  • SSL-broken-link.diff: Patch to remove broken link libary/ssl.html
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = created_at = labels = ['easy', 'docs'] title = 'Broken link in "SSL wrapper for socket objects" document' updated_at = user = 'https://bugs.python.org/iworm' ``` bugs.python.org fields: ```python activity = actor = 'pitrou' assignee = 'docs@python' closed = True closed_date = closer = 'pitrou' components = ['Documentation'] creation = creator = 'iworm' dependencies = [] files = ['23334'] hgrepos = [] issue_num = 12823 keywords = ['patch', 'easy'] message_count = 6.0 messages = ['142794', '142853', '145052', '145085', '145086', '145087'] nosy_count = 5.0 nosy_names = ['pitrou', 'docs@python', 'python-dev', 'iworm', 'mikehoy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue12823' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3'] ```

    60fe374f-c107-4217-9dcf-8c5c7c0f09ef commented 13 years ago

    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-index.html

    Please consider to replace the link to the new one.

    pitrou commented 13 years ago

    I would simply remove the link, or point it to a similar document

    26d73aa6-e18e-467f-801d-9a285c34c7a0 commented 13 years ago

    Patch to remove broken link.

    1762cc99-3127-4a62-9baf-30c3d0f51ef7 commented 13 years ago

    New changeset 459f5e10cd4f by Antoine Pitrou in branch '3.2': Issue bpo-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 bpo-12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/e80121fd12ba

    1762cc99-3127-4a62-9baf-30c3d0f51ef7 commented 13 years ago

    New changeset 666e7e325795 by Antoine Pitrou in branch '2.7': Issue bpo-12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/666e7e325795

    pitrou commented 13 years ago

    Fixed now. Hopefully the replacement resource is good enough.