From: Mark Hammond Date: Tue, 3 Dec 2002 06:13:35 +0000 (+0000) Subject: _ssl.pyd available for Windows. X-Git-Tag: v2.3c1~3153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8af50bcf402a246dd5592df6129e7484cb6f86f6;p=thirdparty%2FPython%2Fcpython.git _ssl.pyd available for Windows. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 177225605cd6..f02e977babb6 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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}.