This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SSL Dcumentation Error
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: agnosticdev, berker.peksag, docs@python
Priority: normal Keywords: patch

Created on 2018-03-10 22:27 by agnosticdev, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6065 merged agnosticdev, 2018-03-10 22:35
PR 6069 merged miss-islington, 2018-03-11 01:00
PR 6070 merged miss-islington, 2018-03-11 01:01
Messages (6)
msg313559 - (view) Author: Matt Eaton (agnosticdev) * Date: 2018-03-10 22:27
I was reading through the SSL documentation and noticed a typo on Diffe-Hellman and wanted to clean it up.  

PR is coming soon.
msg313572 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-03-11 01:00
New changeset 9cf8c42f3231d3f066670d087a997bd1278482a0 by Berker Peksag (Matt Eaton) in branch 'master':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/9cf8c42f3231d3f066670d087a997bd1278482a0
msg313573 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-03-11 01:21
New changeset 17b6c19d39229619de649f5a9e28a46779ef1c51 by Berker Peksag (Miss Islington (bot)) in branch '3.7':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/17b6c19d39229619de649f5a9e28a46779ef1c51
msg313574 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-03-11 01:26
New changeset 3f439d14ad48f5d4f6017fc814326fb1f6237b53 by Berker Peksag (Miss Islington (bot)) in branch '3.6':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/3f439d14ad48f5d4f6017fc814326fb1f6237b53
msg313575 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-03-11 01:27
Thank you, Matt (and welcome to Python development!)
msg313576 - (view) Author: Matt Eaton (agnosticdev) * Date: 2018-03-11 01:29
Thank you very much, Berker!!
History
Date User Action Args
2022-04-11 14:58:58adminsetgithub: 77226
2018-03-11 01:29:23agnosticdevsetmessages: + msg313576
2018-03-11 01:27:05berker.peksagsetstatus: open -> closed
type: enhancement -> behavior
messages: + msg313575

resolution: fixed
stage: patch review -> resolved
2018-03-11 01:26:03berker.peksagsetmessages: + msg313574
2018-03-11 01:21:30berker.peksagsetmessages: + msg313573
2018-03-11 01:01:12miss-islingtonsetpull_requests: + pull_request5831
2018-03-11 01:00:20miss-islingtonsetpull_requests: + pull_request5830
2018-03-11 01:00:07berker.peksagsetnosy: + berker.peksag
messages: + msg313572
2018-03-10 22:35:06agnosticdevsetkeywords: + patch
stage: patch review
pull_requests: + pull_request5826
2018-03-10 22:27:05agnosticdevcreate