[issue7592] ssl module documentation: SSLSocket.unwrap description shown twice

2010-01-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77236. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue7592] ssl module documentation: SSLSocket.unwrap description shown twice

2009-12-28 Thread Michael Newman
New submission from Michael Newman : 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. -- assignee: georg.brandl components: Documentation message