Issue 29038: Duplicate entry for SSLContext.get_ca_certs() in ssl (original ) (raw ) Issue29038
Created on 2016-12-21 19:35 by dbolgheroni , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Messages (4)
msg283775 - (view)
Author: Daniel Bolgheroni (dbolgheroni)
Date: 2016-12-21 19:35
There is a duplicate entry for SSLContext.get_ca_certs() in ssl section 17.3.3. They are not equal, and the one that appears first has a more detailed description.
msg283805 - (view)
Author: Xiang Zhang (xiang.zhang) *
Date: 2016-12-22 03:45
The codes in py2.7 looks same as in py3.4+, so make the doc same as in py3.4+.
msg283867 - (view)
Author: Roundup Robot (python-dev)
Date: 2016-12-23 03:15
New changeset 94900abda1a5 by Xiang Zhang in branch '2.7': Issue #29038 : Fix duplicate get_ca_certs() doc entry. https://hg.python.org/cpython/rev/94900abda1a5
msg283868 - (view)
Author: Xiang Zhang (xiang.zhang) *
Date: 2016-12-23 03:16
Thanks for the report Daniel!
History
Date
User
Action
Args
2022-04-11 14:58:41
admin
set
github: 73224
2016-12-23 03:16:54
xiang.zhang
set
status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2016-12-23 03:15:19
python-dev
set
nosy: + python-dev messages: +
2016-12-22 03:45:16
xiang.zhang
set
files: + duplicate-doc-entry.patch nosy: + xiang.zhang , christian.heimes messages: + keywords: + patch stage: patch review
2016-12-21 19:35:42
dbolgheroni
create