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 module documentation: SSLSocket.unwrap description shown twice
Type: Stage:
Components: Documentation Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, mnewman
Priority: normal Keywords:

Created on 2009-12-28 23:55 by mnewman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg96977 - (view) Author: Michael Newman (mnewman) Date: 2009-12-28 23:55
For the "ssl" module documentation at:
http://docs.python.org/3.1/library/ssl.html

I noticed that "SSLSocket.unwrap()" description is listed twice in the
"17.3.2. SSLSocket Objects" section.
msg97132 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-01-02 14:51
Thanks, fixed in r77236.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51841
2010-01-02 14:51:29georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg97132
2009-12-28 23:55:23mnewmancreate