[issue29038] Duplicate entry for SSLContext.get_ca_certs() in ssl

2016-12-22 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks for the report Daniel! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue29038] Duplicate entry for SSLContext.get_ca_certs() in ssl

2016-12-22 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue29038] Duplicate entry for SSLContext.get_ca_certs() in ssl

2016-12-21 Thread Xiang Zhang
Xiang Zhang added the comment: The codes in py2.7 looks same as in py3.4+, so make the doc same as in py3.4+. -- keywords: +patch nosy: +christian.heimes, xiang.zhang stage: -> patch review Added file: http://bugs.python.org/file45995/duplicate-doc-entry.patch _

[issue29038] Duplicate entry for SSLContext.get_ca_certs() in ssl

2016-12-21 Thread Daniel Bolgheroni
New submission from Daniel Bolgheroni: 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. -- assignee: docs@python components: Documentation messages: 283775 nosy: dbolghero