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.

Author cheryl.sabella
Recipients Mariatta, cheryl.sabella
Date 2019-03-02.11:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551525027.87.0.0940888364493.issue36165@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-02 11:10:27cheryl.sabellasetrecipients: + cheryl.sabella, Mariatta
2019-03-02 11:10:27cheryl.sabellasetmessageid: <1551525027.87.0.0940888364493.issue36165@roundup.psfhosted.org>
2019-03-02 11:10:27cheryl.sabellalinkissue36165 messages
2019-03-02 11:10:27cheryl.sabellacreate