]> granicus.if.org Git - python/commitdiff
Strip down SSL docs; I'm not managing to get test programs working, so I'll just...
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Apr 2008 02:03:54 +0000 (02:03 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Apr 2008 02:03:54 +0000 (02:03 +0000)
Doc/whatsnew/2.6.rst

index aa969b1a687b3d2e3f85c75c7e58db1f780624aa..4f029b32ae0b9b34c498732c632c758d97e88a55 100644 (file)
@@ -2158,17 +2158,12 @@ though it will be removed in Python 3.0.
 
 To use the new module, first you must create a TCP connection in the
 usual way and then pass it to the :func:`ssl.wrap_socket` function.
-XXX describe parameters.
-
-XXX Can specify if certificate is required, and obtain certificate info
-by calling getpeercert method.
-
-XXX Certain features require the OpenSSL package to be installed, notably
-  the 'openssl' binary.
+It's possible to specify whether a certificate is required, and to
+obtain certificate info by calling the :meth:`getpeercert` method.
 
 .. seealso::
 
-   SSL module documentation.
+   The documentation for the :mod:`ssl` module.
 
 
 .. ======================================================================