]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
_ssl.pyd available for Windows.
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 3 Dec 2002 06:13:35 +0000 (06:13 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 3 Dec 2002 06:13:35 +0000 (06:13 +0000)
Doc/whatsnew/whatsnew23.tex

index 177225605cd6bf479b54ea7ced1d6695324d021e..f02e977babb69ad3130a70b3a4fb14b0b6b85649 100644 (file)
@@ -1219,6 +1219,9 @@ patch had undergone a lengthy review.  After it was checked in, Guido
 van~Rossum rewrote parts of it.  This is a good example of the free
 software development process in action.
 
+\item On Windows, the \module{socket} module now ships with Secure 
+Sockets Library (SSL) support.
+
 \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
 at the Python level as \code{sys.api_version}.