Issue 36165: DOC: ssl.rst is missing formatting on two links (original) (raw)

Issue36165

Created on 2019-03-02 11:10 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13133 merged a.badger,2019-05-06 19:15
PR 14281 merged miss-islington,2019-06-21 03:12
Messages (3)
msg337000 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-03-02 11:10
In `ssl.rst`, formatting for two data links is missing the leading `:` 1. ssl.PROTOCOL_SSLv23ΒΆ Alias for ---> data:PROTOCOL_TLS. <--- 2. Wrap the BIO objects incoming and outgoing and return an instance of ---> attr:SSLContext.sslobject_class <--- (default SSLObject). The SSL routines will read input data from the incoming BIO and write data to the outgoing BIO. This would be good for a first time contributor, so I'm assigning to @Mariatta for the sprints.
msg341592 - (view) Author: Toshio Kuratomi (a.badger) * Date: 2019-05-06 18:38
I'll take a look at this one.
msg346181 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2019-06-21 03:15
This just needed backport to 3.7. Miss-islington is already working on it. Thanks!
History
Date User Action Args
2022-04-11 14:59:11 admin set github: 80346
2019-06-21 03:15:37 Mariatta set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2019-06-21 03:12:52 miss-islington set pull_requests: + <pull%5Frequest14104>
2019-05-06 19:15:04 a.badger set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest13046>
2019-05-06 18:38:46 a.badger set nosy: + a.badgermessages: +
2019-03-02 11:10:27 cheryl.sabella create