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: ssl object documentation lacks a couple of methods
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, rhymes
Priority: normal Keywords:

Created on 2006-07-28 13:20 by rhymes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29347 - (view) Author: Lawrence Oluyede (rhymes) Date: 2006-07-28 13:20
According to
http://docs.python.org/dev/lib/ssl-objects.html the SSL
Objects expose only write() and read() but they also
expose issuer() and server() methods.

See Modueles/_ssl.c from line 557 to 565
msg29348 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-07-29 15:35
Logged In: YES 
user_id=11375

I've documented these methods in rev. 50935.  Thanks for
pointing out this omission!

History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43738
2006-07-28 13:20:17rhymescreate