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: DOC: ssl.rst is missing formatting on two links
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, a.badger, cheryl.sabella
Priority: normal Keywords: patch

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:11adminsetgithub: 80346
2019-06-21 03:15:37Mariattasetstatus: open -> closed
resolution: fixed
messages: + msg346181

stage: patch review -> resolved
2019-06-21 03:12:52miss-islingtonsetpull_requests: + pull_request14104
2019-05-06 19:15:04a.badgersetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request13046
2019-05-06 18:38:46a.badgersetnosy: + a.badger
messages: + msg341592
2019-03-02 11:10:27cheryl.sabellacreate