[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: dbolgheroni, docs@python
priority: normal
severity: normal
status: open
title: Duplicate entry for SSLContext.get_ca_certs() in ssl
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com