summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-12-03 06:13:35 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2002-12-03 06:13:35 (GMT)
commit8af50bcf402a246dd5592df6129e7484cb6f86f6 (patch)
tree54ebbb5e9e1e4bb780818314a906fff40787d1b9 /Doc
parentfbac75fc426f89ab8b7104ce36aa2ffc3722a6b8 (diff)
downloadcpython-8af50bcf402a246dd5592df6129e7484cb6f86f6.zip
cpython-8af50bcf402a246dd5592df6129e7484cb6f86f6.tar.gz
cpython-8af50bcf402a246dd5592df6129e7484cb6f86f6.tar.bz2
_ssl.pyd available for Windows.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 1772256..f02e977 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}.